From 0e26ffee69e584c34f08349a5abb947958c76ae1 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sun, 28 Dec 2025 18:57:00 +0000 Subject: [PATCH] Updated README with correct repository URLs and support info --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd7dc7d..f5f5710 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# ViewEngine Web Sample +# ViewEngine.WebSample -A standalone web application that demonstrates how to use the ViewEngine REST API. Users can test page retrieval and see the results including content, thumbnails, and metadata. +A sample ASP.NET web application demonstrating how to use the [ViewEngine.Client](https://git.marketally.com/viewengine/ViewEngine.Client) library. Users can test page retrieval and see the results including content, thumbnails, and metadata. + +## Installation + +```bash +dotnet add package ViewEngine.Client +``` ## Features @@ -127,6 +133,13 @@ dotnet publish -c Release -o ./publish Then deploy the contents of `./publish` to your web server. +## Support + +- **Documentation**: https://www.viewengine.io/docs +- **Client Library**: https://git.marketally.com/viewengine/ViewEngine.Client +- **Issues**: https://git.marketally.com/viewengine/ViewEngine.WebSample/issues +- **Email**: support@marketally.com + ## License -This sample application is provided as-is for demonstration purposes. +MIT License - Copyright © 2025 MarketAlly