Skip to content

Commit f757e01

Browse files
committed
React+Vite Usage Guide
1 parent 3cf4322 commit f757e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ server.listen(port, () => {
9494
});
9595
```
9696

97-
3. With this minimal setup ypur build will be served locally, Now run the `portsicle client` and mention the port on which the build is running (`3000` in this case).
97+
3. With this minimal setup your build will be served locally, Now run the `portsicle client` and mention the port on which the build is running (`3000` in this case).
9898

9999
```
100100
./portsicle http -p 3000
101101
```
102102

103-
**Smilar approach can be applied for Simple Node HTML servers as well as other meta Frameworks (Vue, Svelte, etc)**
103+
**Similar approach can be applied for Simple Node HTML servers as well as other meta Frameworks (Vue, Svelte, etc)**

0 commit comments

Comments
 (0)