aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-11-21 23:55:08 -0800
committerJakob Odersky <jakob@odersky.com>2017-11-21 23:55:08 -0800
commit8c41ebd2da5c93bb8a101aebbb2c53f0cba35d44 (patch)
treef1c233db03dbae998e154f0c01ceae55d312d88b
parent1f31f01f9c0ad73a70a9e3dd23c9d8ec27fd1792 (diff)
downloadsbt-jni-8c41ebd2da5c93bb8a101aebbb2c53f0cba35d44.tar.gz
sbt-jni-8c41ebd2da5c93bb8a101aebbb2c53f0cba35d44.tar.bz2
sbt-jni-8c41ebd2da5c93bb8a101aebbb2c53f0cba35d44.zip
Add command quotes to documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 791ef37..9b07d72 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ This plugin packages native libraries produced by JniNative in a way that they c
2. Initialize the native build tool from a template:
- Run `sbt nativeInit cmake <libname>`
+ Run `sbt "nativeInit cmake <libname>"`
3. Implement core project: