Skip to content

Commit f4cad83

Browse files
authored
dragon: README update (#2 update)
1 parent 16dbce0 commit f4cad83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ To compile the Dragon interpreter, run:
1515

1616
```sh
1717
gcc src/Dragon.c -o Dragon
18-
Usage
18+
```
19+
## Usage
1920
Create a .DragonC file to define your variables and commands. Here is an example:
2021

21-
plaintext
22+
``` plaintext
2223
# Variable definitions
2324
COMPILER=gcc
2425
CFLAGS=-Wall -O2
@@ -34,4 +35,4 @@ sh
3435
./Dragon .DragonC
3536
```
3637
## License
37-
This project is licensed under the MIT License - see the LICENSE file for details.
38+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)