Skip to content

Commit 4da3ea4

Browse files
Correct the readme
1 parent 5ebe091 commit 4da3ea4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Micro
22

3-
The interpreter of the programming language Micro.
3+
Interpreter of the Micro programming language.
44

55
## Installation
66

@@ -43,9 +43,9 @@ $ sudo chown "$USER:$USER" /usr/local/lib/python3.5/dist-packages/micro/parsetab
4343
## Usage
4444

4545
```
46-
$ python3 micro -v | --version
47-
$ python3 micro -h | --help
48-
$ python3 micro [-t TARGET | --target TARGET] [<script>] [<args>...]
46+
$ micro -v | --version
47+
$ micro -h | --help
48+
$ micro [-t TARGET | --target TARGET] [<script>] [<args>...]
4949
```
5050

5151
Options:

0 commit comments

Comments
 (0)