Update 'README.md'

This commit is contained in:
Triss 2021-01-23 04:54:02 +00:00
parent 2df1fca1a1
commit 3cfefabe72
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int main2(int argc, char** argv[]) {
```
$ ./hello.glibc
hello, world
$ ./manip-exe ./hello.glibc{,.manip}
$ ./manip-exe ./hello.glibc{,.manip} main2
```
```asm