Skip to content

Commit

Permalink
Update ides.html
Browse files Browse the repository at this point in the history
  • Loading branch information
harbaum committed May 4, 2023
1 parent 9c94694 commit a3e5c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/ides.html
Expand Up @@ -23,7 +23,7 @@
<h2>Integrated Development Environments (IDEs)</h2>

<p>In order to work with the <a href="index.html">ftDuino32</a>
(or any other <a href="https://micropython.org/">Micropython
(or any other <a href="https://micropython.org/">MicroPython
based device</a>) you need a program running on your PC that
will allow you to communicate with the device and to develop and
run code on it. This type of program is called <b>Integrated
Expand All @@ -37,7 +37,7 @@ <h2>Integrated Development Environments (IDEs)</h2>
found <a href="https://randomnerdtutorials.com/micropython-ides-esp32-esp8266">
here</a>.</p>

<p>It is recommanded to start with Thonny, µPIDE or MPY-Jama</p>.
<p>It is recommended to start with Thonny, µPIDE or MPY-Jama</p>.

<div class="tabs five">
<input id='tab-1' type='radio' name='tabgroupB' checked />
Expand Down Expand Up @@ -92,7 +92,7 @@ <h3>Thonny</h3>
<h3>µPIDE</h3>

<p><a href="http://github.com/harbaum/upide">µPIDE</a>
is a lightweight IDE targetting beginners. It was
is a lightweight IDE targeting beginners. It was
designed for use with the ftDuino32 but will work
with most other MicroPython devices as well.</p>

Expand All @@ -113,7 +113,7 @@ <h3>µPIDE</h3>
<div style="padding: 10px">
<div class="flex two-600 grow">
<div>
<h3>Arduino Lab for Micropython</h3>
<h3>Arduino Lab for MicroPython</h3>

<p><a href="https://labs.arduino.cc/en/labs/micropython">Arduino
Lab for MicroPython</a> is a very simple
Expand Down

0 comments on commit a3e5c9b

Please sign in to comment.