Updated README with correct repository URLs and support info
This commit is contained in:
19
README.md
19
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
|
## Features
|
||||||
|
|
||||||
@@ -127,6 +133,13 @@ dotnet publish -c Release -o ./publish
|
|||||||
|
|
||||||
Then deploy the contents of `./publish` to your web server.
|
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
|
## License
|
||||||
|
|
||||||
This sample application is provided as-is for demonstration purposes.
|
MIT License - Copyright © 2025 MarketAlly
|
||||||
|
|||||||
Reference in New Issue
Block a user