Skip to content

Commit 4b9cf0f

Browse files
committed
Update readme
1 parent 82ce410 commit 4b9cf0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/blazor/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates Standalone only.
66

77
## Prerequisites
88

9-
- [.Net 6.0](https://dotnet.microsoft.com/en-us/download)
9+
- [.Net 8.0](https://dotnet.microsoft.com/en-us/download)
1010

1111
## Getting Started
1212

@@ -18,13 +18,13 @@ git clone https://github.com/PSPDFKit/nutrient-web-examples.git
1818
cd nutrient-web-examples/examples/blazor
1919
```
2020

21-
After you have downloaded [Nutrient Web SDK](https://customers.www.nutrient.io/download/web/latest), place the contents of the `dist` directory in `/wwwroot/pspdfkit/`.
21+
After you have downloaded [Nutrient Web SDK](https://customers.www.nutrient.io/download/web/latest), place the contents of the `dist` directory in `/wwwroot/`.
2222

23-
Make sure your `/wwwroot/pspdfkit/` folder contains the file `nutrient-viewer.js` and a `nutrient-viewer-lib` directory with library assets.
23+
Make sure your `/wwwroot/` folder contains the file `nutrient-viewer.js` and a `nutrient-viewer-lib` directory with library assets.
2424

25-
You can then build and run the example using `dotnet watch run` from the root folder.
25+
You can then build and run the example using `dotnet watch run` from the root folder of each project.
2626

27-
You can also follow along with our [Getting Started guides](https://www.nutrient.io/getting-started/web/?frontend=blazor&project=wasm) for Blazor.
27+
You can also follow along with our [Getting Started guides](https://www.nutrient.io/sdk/web/getting-started/blazor/) for Blazor.
2828

2929
## License
3030

0 commit comments

Comments
 (0)