summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index e7c8450..aa2a209 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,12 @@ YMMV depending on target platform and optimization skills of your compiler.
GCC size output when compiled for ARM:
-`
-$ arm-none-eabi-gcc -Os -c aes.c -o aes.o
-$ size aes.o
- text data bss dec hex filename
- 1079 0 204 1283 503 aes.o
-`
+
+ $ arm-none-eabi-gcc -Os -c aes.c -o aes.o
+ $ size aes.o
+ text data bss dec hex filename
+ 1079 0 204 1283 503 aes.o
+