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 ```