From 886c712d834c3846f015fac9aa122be582ffcb92 Mon Sep 17 00:00:00 2001 From: Vladislav Kibenko Date: Tue, 16 Jul 2024 17:59:16 +0300 Subject: [PATCH] Update the template --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cc42c3c..3c692da 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ After this, you will see a similar message in your terminal: ```bash VITE v5.2.12 ready in 237 ms -➜ Local: http://localhost:5173/reactjs-template -➜ Network: http://172.18.16.1:5173/reactjs-template -➜ Network: http://172.19.32.1:5173/reactjs-template -➜ Network: http://192.168.0.171:5173/reactjs-template +➜ Local: http://localhost:5173/reactjs-js-tsdk-template +➜ Network: http://172.18.16.1:5173/reactjs-js-tsdk-template +➜ Network: http://172.19.32.1:5173/reactjs-js-tsdk-template +➜ Network: http://192.168.0.171:5173/reactjs-js-tsdk-template ➜ press h + enter to show help ``` @@ -96,10 +96,10 @@ After uncommenting the function, run the `dev` script again and observe the outp ```bash VITE v5.2.12 ready in 265 ms -➜ Local: https://localhost:5173/reactjs-template -➜ Network: https://172.18.16.1:5173/reactjs-template -➜ Network: https://172.19.32.1:5173/reactjs-template -➜ Network: https://192.168.0.171:5173/reactjs-template +➜ Local: https://localhost:5173/reactjs-js-tsdk-template +➜ Network: https://172.18.16.1:5173/reactjs-js-tsdk-template +➜ Network: https://172.19.32.1:5173/reactjs-js-tsdk-template +➜ Network: https://192.168.0.171:5173/reactjs-js-tsdk-template ➜ press h + enter to show help ```