Fix typo in LIBRARIES.md (#702)

This commit is contained in:
AJ Alt
2017-06-24 11:19:43 -07:00
committed by Nikolay Igotti
parent 73ce4348f2
commit 258be08a40
+1 -1
View File
@@ -4,7 +4,7 @@
To produce a library with Kotlin/Native compiler use `-produce library` or `-p library` flag. For example:
$ kotlic foo.kt -p library -o bar
$ kotlinc foo.kt -p library -o bar
the above command will produce a `bar.klib` with compiled contents of `foo.kt`.