Skip to content

Commit 4996da1

Browse files
authored
Merge pull request #263 from pycom/pymakr-online
Fixed lettrer case
2 parents 2849dad + e911824 commit 4996da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pymakr-online/toolsfeatures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _**Note: Your device needs to be online in order to be reachable by Pymakr Onlin
1616

1717
## Terminal
1818

19-
just like Pymakr Plugin, Pymakr Online also has a REPL (Read Evaluate Print Line) terminal. The REPL allows you to run code on your device, line by line. To begin coding, open Pymakr from a device (device's page > pymakr tab > open Pymakr button), go to the terminal and start typing your code.
19+
Just like Pymakr Plugin, Pymakr Online also has a REPL (Read Evaluate Print Line) terminal. The REPL allows you to run code on your device, line by line. To begin coding, open Pymakr from a device (device's page > pymakr tab > open Pymakr button), go to the terminal and start typing your code.
2020

2121

2222
## Download a file
@@ -71,7 +71,7 @@ Before exporting your project, you first need to import a project into Pymakr or
7171

7272
### 1. Blank project
7373

74-
This will open Pymakr Online with the essential files of Micropython project (main.py and boot.py).
74+
This will open Pymakr Online with the essential files of MicroPython project (main.py and boot.py).
7575

7676
### 2. Project/Release
7777

0 commit comments

Comments
 (0)