]> git.proxmox.com Git - wasi-libc.git/commitdiff
Fix missing quote.
authorDan Gohman <sunfish@mozilla.com>
Wed, 3 Oct 2018 02:16:19 +0000 (19:16 -0700)
committerDan Gohman <sunfish@mozilla.com>
Wed, 3 Oct 2018 02:16:19 +0000 (19:16 -0700)
README.md

index 618f23457eabd45a31364d855a8fdd3fb1e9c7ef..118056a3af9c8b29702c5e5409d8d6461327465f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,6 +26,6 @@ To use the sysroot, use the `--sysroot=` option:
 
 ```
 /path/to/wasm/supporting/c/compiler --sysroot=/path/to/the/newly/built/sysroot ...
-``
+```
 
 to run the compiler using the newly built sysroot.