about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-27 22:31:30 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-27 22:31:30 -0700
commit197085a2dd642d2f92e421ca5064078d4b48947f (patch)
tree3597d72030f57f6e393aee9b284ed302762b16e6 /Readme.md
parent4ce7d160697cdebbcdad6158db481731ba0d0d60 (diff)
downloadmu-197085a2dd642d2f92e421ca5064078d4b48947f.tar.gz
5496
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 727f5c0d..df8118f4 100644
--- a/Readme.md
+++ b/Readme.md
@@ -121,7 +121,7 @@ You can use SubX to translate itself. For example, running natively on Linux:
 
 Or, running in a VM on other platforms:
 
-  ```
+  ```sh
   $ ./translate ex1.subx  # generates identical a.elf to above
   $ ./subx run a.elf
   $ echo $?