We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebe091 commit 4da3ea4Copy full SHA for 4da3ea4
1 file changed
readme.md
@@ -1,6 +1,6 @@
1
# Micro
2
3
-The interpreter of the programming language Micro.
+Interpreter of the Micro programming language.
4
5
## Installation
6
@@ -43,9 +43,9 @@ $ sudo chown "$USER:$USER" /usr/local/lib/python3.5/dist-packages/micro/parsetab
43
## Usage
44
45
```
46
-$ python3 micro -v | --version
47
-$ python3 micro -h | --help
48
-$ python3 micro [-t TARGET | --target TARGET] [<script>] [<args>...]
+$ micro -v | --version
+$ micro -h | --help
+$ micro [-t TARGET | --target TARGET] [<script>] [<args>...]
49
50
51
Options:
0 commit comments