Skip to content

Commit 509ff63

Browse files
committed
fix: typo
1 parent 1aae067 commit 509ff63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to be able to easily update OTA, it is important - from the users' poin
1212

1313
This npm package provides a solution for **inserting any JS client application into the ESP web server** (PsychicHttp and also ESPAsyncWebServer (https://github.com/ESP32Async/ESPAsyncWebServer) and ESP-IDF available, PsychicHttp is the default). For this, JS, html, css, font, assets, etc. files must be converted to binary byte array. Npm mode is easy to use and easy to **integrate into your CI/CD pipeline**.
1414

15-
> Starting with version v1.12.0, you can use .rc file to config
15+
> Starting with version v1.12.0, you can use RC file for configuration
1616
1717
> Starting with version v1.11.0, you can exclude files by pattern
1818
@@ -88,13 +88,13 @@ npm run fix
8888

8989
### Usage
9090

91-
**Install package** as devDependency (it is practical if the package is part of the project so that you always receive updates)
91+
**Install package** as dev dependency (it is practical if the package is part of the project so that you always receive updates)
9292

9393
```bash
9494
npm install -D svelteesp32
9595
```
9696

97-
After a successful Svelte build (rollup/webpack/vite) **create an includeable c++ header** file
97+
After a successful Svelte build (rollup/webpack/vite) **create an includable c++ header** file
9898

9999
```bash
100100
// for PsychicHttpServer

0 commit comments

Comments
 (0)