Update index.html
This commit is contained in:
parent
fd9e7b198f
commit
3895a54d94
1 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue