diff options
author | Johannes Henninger <[email protected]> | 2021-06-20 12:26:27 +0200 |
---|---|---|
committer | Johannes Henninger <[email protected]> | 2021-06-20 12:26:27 +0200 |
commit | 153e7ba36f8a79c2fcfc28fe8d3398224176dce8 (patch) | |
tree | 57de1761366ca2c14db1a4fec29a3d787fce5de5 /Documentation/Development.md | |
parent | 4165124efce125fc75b815f592861bb7d6b561e9 (diff) | |
download | IronOS-153e7ba36f8a79c2fcfc28fe8d3398224176dce8.tar.gz IronOS-153e7ba36f8a79c2fcfc28fe8d3398224176dce8.zip |
Fix documentation typos
Diffstat (limited to 'Documentation/Development.md')
-rw-r--r-- | Documentation/Development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Development.md b/Documentation/Development.md index d4e86608..b9f94b2e 100644 --- a/Documentation/Development.md +++ b/Documentation/Development.md @@ -24,7 +24,7 @@ To update the language translation files & associated font map, execute the `mak ## Building Pinecil -I highly reccomend using the command line tools and using docker to run the compiler. -Its a bit more fussy on setup than the STM tooling and this is by far the easiest way. +I highly recommend using the command line tools and using docker to run the compiler. +It's a bit more fussy on setup than the STM tooling and this is by far the easiest way. If you _need_ an IDE I have used [Nuclei's IDE](https://nucleisys.com/download.php) And follow same idea as the STM Cube IDE notes above. |