From d0d0aa6cf5bf10ad6c4d99a789681ef5def7b8d7 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 20 Feb 2025 11:43:29 +1100 Subject: [PATCH] docs: improve clarity in README regarding the testing React hot-reload server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6419ef9..c9a099d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ npm i # or `yarn` 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