Skip to content

Commit 6fa375a

Browse files
dickydicky
authored andcommitted
Update documentation.
1 parent 9918e5c commit 6fa375a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DevApp.ViewModels/Docs/GetStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ If using script tags, include _React_, _signalR_, and _dotNetify_ from their res
7272
<script src="https://unpkg.com/dotnetify@latest/dist/dotnetify-react.min.js"></script>
7373
```
7474

75-
If you plan to use React 18, import the following in your main entry file:
75+
If you're using dotNetify router and plan to migrate to React 18, import the following in your main entry file:
7676

7777
```jsx
78-
import "dotnetify/dist/react/v18-compatibility";
78+
import "dotnetify/react/v18-compatibility";
7979
```
8080

8181
#### .NET Framework

0 commit comments

Comments
 (0)