From 973e7ee9070d854a5b4a0c24afcdc9347e1a6f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Caldero=CC=81n?= Date: Wed, 4 Feb 2026 10:42:33 +0100 Subject: [PATCH] Update ASP.NET example README.md SDK download URL. --- examples/asp-net/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/asp-net/README.md b/examples/asp-net/README.md index 9ca5525..5cd0222 100644 --- a/examples/asp-net/README.md +++ b/examples/asp-net/README.md @@ -28,7 +28,13 @@ If Visual Studio informs you that some packages are missing then click on the "R ## Standalone -After you have downloaded [Nutrient Web SDK](https://customers.www.nutrient.io/download/web/latest), place the contents of the dist directory in `/wwwroot/lib/nutrient/`. +Obtain the URL to download the latest Nutrient Web SDK version by running `curl` in the command line: + +```bash +curl https://registry.npmjs.org/@nutrient-sdk/viewer/ | jq '.versions[."dist-tags".latest].dist.tarball' +``` + +Copy and paste the URL into your browser to download the SDK, and place the contents of the `dist` directory in `/wwwroot/lib/nutrient/`. Make sure your `/wwwroot/lib/nutrient/` folder contains the file `nutrient-viewer.js` and a `nutrient-viewer-lib` directory with library assets.