Updated README with correct repository URLs and support info

This commit is contained in:
David H. Friedel Jr. 2025-12-28 18:57:00 +00:00
parent eafafda65d
commit 0e26ffee69

View File

@ -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