mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Fix minor typos
This commit is contained in:
parent
04038c9ca0
commit
ff3fc6dcdf
10
README.md
10
README.md
@ -16,7 +16,7 @@ About
|
||||
|
||||
Espruino is a JavaScript interpreter for microcontrollers. It is designed for devices with as little as 128kB Flash and 8kB RAM.
|
||||
|
||||
Please support Espruino by [ordering one of our official boards](https://www.espruino.com/Order) or [donating](https://www.espruino.com/Donate)
|
||||
Please support Espruino by [ordering one of our official boards](https://www.espruino.com/Order) or [donating](https://www.espruino.com/Donate).
|
||||
|
||||
|
||||
Documentation
|
||||
@ -28,7 +28,7 @@ Browse the [Espruino Website](https://www.espruino.com) (try using search in the
|
||||
|
||||
There's also a [Reference](https://www.espruino.com/Reference) for JavaScript commands as well as [Tutorials](https://www.espruino.com/Tutorials). However the documentation on the Espruino website will match the version [available for download](https://www.espruino.com/Download) but **not** the latest version on GitHub.
|
||||
|
||||
Builds for the [Espruino Board](https://www.espruino.com/EspruinoBoard) and [Pico Board](https://www.espruino.com/Pico) (built automatically for each Git commit) are [available from here](https://www.espruino.com/binaries/git)
|
||||
Builds for the [Espruino Board](https://www.espruino.com/EspruinoBoard) and [Pico Board](https://www.espruino.com/Pico) (built automatically for each Git commit) are [available from here](https://www.espruino.com/binaries/git).
|
||||
|
||||
Other documentation of use is:
|
||||
|
||||
@ -60,13 +60,13 @@ We try and support users of the boards we sell, but if you bought a non-official
|
||||
License
|
||||
-------
|
||||
|
||||
Please see the [LICENSE](LICENSE) file
|
||||
Please see the [LICENSE](LICENSE) file.
|
||||
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
Check out [the page on building Espruino](README_Building.md)
|
||||
Check out [the page on building Espruino](README_Building.md).
|
||||
|
||||
|
||||
Testing
|
||||
@ -82,7 +82,7 @@ The [officially supported boards](https://www.espruino.com/Order) are the best s
|
||||
|
||||
While Espruino can run on other boards, we make no money from them and so cannot afford to test, fix or support the firmware on them. We're dependent on the community.
|
||||
|
||||
You can download binaries from https://www.espruino.com/Download
|
||||
You can download binaries from https://www.espruino.com/Download.
|
||||
|
||||
If you are a board manufacturer interested in getting your board officially supported, please [check out this page](https://www.espruino.com/Business).
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
|
||||
## Supported Versions
|
||||
|
||||
We are currently providing software updates for all [official Espruino devices](https://www.espruino.com/Order)
|
||||
We are currently providing software updates for all [official Espruino devices](https://www.espruino.com/Order).
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
To report a vulnerability please just create a [GitHub issue](https://github.com/espruino/Espruino/issues)
|
||||
To report a vulnerability please just create a [GitHub issue](https://github.com/espruino/Espruino/issues).
|
||||
|
||||
If you feel the vulnerability is extremely serious and could be exploited if details were published,
|
||||
please contact us by email at gw@espruino.com
|
||||
please contact us by email at gw@espruino.com.
|
||||
|
||||
@ -598,7 +598,7 @@ Pipe this file to a stream (an object with a 'write' method)
|
||||
],
|
||||
"return" : ["bool","True on success, or false on failure"]
|
||||
}
|
||||
Change the paramters used for the flash filesystem.
|
||||
Change the parameters used for the flash filesystem.
|
||||
The default address is the last 1Mb of 4Mb Flash, 0x300000, with total size of 1Mb.
|
||||
|
||||
Before first use the media needs to be formatted.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user