You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
- 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).
6
6
7
-
Down here is kept official README info by Expressif
7
+
Down here is kept official README info by Espressif
8
8
9
9
# Javascript implementation of esptool
10
10
@@ -381,7 +381,7 @@ npm install
381
381
npm run build
382
382
cd examples/typescript
383
383
npm install
384
-
npm run dev # Run local sever with example code
384
+
npm run dev # Run local server with example code
385
385
```
386
386
387
387
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