aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f521d4..c215344 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ $ echo 'export LIBASM_TEST_BONUS=yes' >> ~/.zshrc
To fix the `relocation R_X86_64_PC32 against symbol` error you can add inside your
libasm source code `wrt ..plt` after a call to a libc function, like example below:
-```
+```asm
...
call __errno_location wrt ..plt
...