Update index.html

This commit is contained in:
Micha 2021-04-25 20:11:58 -04:00 committed by GitHub
parent fd9e7b198f
commit 3895a54d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ layout: home
<div class="item">
<h3>Beginner Friendly</h3>
<p>
CircuitPython is designed with education in mind. It's easy to start
CircuitPython is designed with education in mind. It's an easy way to start
learning how to code and you get immediate feedback from the board.
</p>
</div>
@ -66,13 +66,13 @@ layout: home
<h3>Easy Code Updates</h3>
<p>
Since your code lives on the disk drive, you can edit it whenever you
like, you can also keep multiple files around for easy experimentation.
like. You can even keep multiple files around for easy experimentation.
</p>
</div>
<div class="item">
<h3>Serial Console + REPL</h3>
<p>
These allow for live feedback from your code and interactive programming.
These features allow for live feedback from your code and interactive programming.
</p>
</div>
<div class="item">