Skip to content

Commit 7487d3e

Browse files
committed
Rephrased How to use
1 parent 596b2cd commit 7487d3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
_site/

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ <h3>
3131
<li>Just run the c4ev3 installer. It includes the ARM GCC toolchain, Eclipse plugin and all the needed library headers and files.</li>
3232
<li>In Eclipse, <i>File → New → Project</i>.</li>
3333
<li>Choose Project type as <i>"Hello World EV3 Project"</i> and <i>"Cross ARM/EV3 GCC"</i> as the toolchain.</li>
34-
<li>Project is ready for upload and execution over the <i>EV3 → Upload and run</i> menu entry.</li>
35-
<li>If you want to stat the executable later again, you can find it on the EV3 under <i>SD_Card/myapps/</i></li>
34+
<li>Project can be run via the <i>EV3 → Upload and run</i> menu entry.</li>
35+
<li>If you want to run the executable later again, you can find it on the EV3 under <i>SD_Card/myapps/</i></li>
3636
<li>...</li>
3737
<li>Happy programming! </li>
3838
</ul>

0 commit comments

Comments
 (0)