fix typo in README.md
This commit is contained in:
parent
d52b14fd38
commit
95fe22459e
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ the output assembly code is `./a.c` in AT&T assembly langauge.
|
|||
|
||||
to make it executable, please use `gcc`: `gcc ./a.c -o output.out`
|
||||
|
||||
the example `.tc` file is in `./test`
|
||||
the example `.tc` files is in `./test`
|
||||
|
||||
## Known issues
|
||||
- all connected variable are pathized (I don't understand the tricky method to elimitated the path number)
|
Loading…
Reference in a new issue