Skip to content

Commit ab84da8

Browse files
committed
update readme
1 parent a6b5f29 commit ab84da8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ use **NPM**
2727
npm i colors shelljs yargs
2828
```
2929

30-
## Use Brainfuck Compiler
30+
## Brainfuck Compiler
31+
**screenshot**
32+
![Screenshot](./assets/compiler-screenshot.png)
33+
**after compile**
34+
![Screenshot](./assets/after-compile.png)
35+
3136
You can get the usege in the terminal, use
3237
```shell
3338
node compile.js -h
@@ -37,7 +42,7 @@ node compile.js -h
3742
node compile.js --help
3843
```
3944

40-
Brainfuck Compile offer you **3 options**, usage:
45+
Compiler offers you **3 options**, usage:
4146
```shell
4247
node compile.js sources [-o|--output] destination [-h|--help] [-r|--run]
4348
```

assets/after-compile.png

381 KB
Loading

assets/compiler-screenshot.png

113 KB
Loading

0 commit comments

Comments
 (0)