Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed Jan 1, 2023
1 parent 9918e5c commit 6fa375a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DevApp.ViewModels/Docs/GetStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ If using script tags, include _React_, _signalR_, and _dotNetify_ from their res
<script src="https://unpkg.com/dotnetify@latest/dist/dotnetify-react.min.js"></script>
```

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

```jsx
import "dotnetify/dist/react/v18-compatibility";
import "dotnetify/react/v18-compatibility";
```

#### .NET Framework
Expand Down

0 comments on commit 6fa375a

Please sign in to comment.