From 6fa375a7c119e06a538857cded6867e3decb7491 Mon Sep 17 00:00:00 2001 From: dicky Date: Sun, 1 Jan 2023 13:38:24 -0800 Subject: [PATCH] Update documentation. --- DevApp.ViewModels/Docs/GetStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DevApp.ViewModels/Docs/GetStarted.md b/DevApp.ViewModels/Docs/GetStarted.md index 9b379412..2a9bf83b 100644 --- a/DevApp.ViewModels/Docs/GetStarted.md +++ b/DevApp.ViewModels/Docs/GetStarted.md @@ -72,10 +72,10 @@ If using script tags, include _React_, _signalR_, and _dotNetify_ from their res ``` -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