docs: improve clarity in README regarding the testing React hot-reload server
All checks were successful
Publish to npm / publish (push) Successful in 24s

This commit is contained in:
Astrian Zheng 2025-02-20 11:43:29 +11:00
parent ee0e9d430c
commit d0d0aa6cf5
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -71,7 +71,7 @@ npm i # or `yarn`
npm run dev # or `yarn dev` npm run dev # or `yarn dev`
``` ```
Then the package will launch a testing React hot-reload server in `localhost:1926`. The server file available in `playground` folder, feel free to modify content inside it. Then the package will launch a testing React hot-reload server on `localhost:1926`. The server file is available in the `playground` folder, feel free to modify the content inside it.
## License ## License