Skip to content

Commit 5740bfa

Browse files
committed
Update README.md for clarity and correctness
Correct the spelling of "Espressif" in the README and fix a typo in the local server instruction. These changes enhance the accuracy of the documentation.
1 parent d4a0cf9 commit 5740bfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- it's is just a fork of esptool.js by expressif, we may add some smart features on top of it but hosting of FW and other stuff in integration with our platform is closed (integration with Spectoda Studio).
66

7-
Down here is kept official README info by Expressif
7+
Down here is kept official README info by Espressif
88

99
# Javascript implementation of esptool
1010

@@ -381,7 +381,7 @@ npm install
381381
npm run build
382382
cd examples/typescript
383383
npm install
384-
npm run dev # Run local sever with example code
384+
npm run dev # Run local server with example code
385385
```
386386

387387
Then open `http://localhost:1234` in a Chrome browser. The `npm run build` step builds the `lib` used in the example `examples/typescript/index.html`. Update this reference as described in the [Installation](#installation) section.

0 commit comments

Comments
 (0)