Update README.md (#450)

This commit is contained in:
Giuseppe Barbieri
2017-04-05 09:49:54 +02:00
committed by Nikolay Igotti
parent 77fb3c6985
commit 9195291976
+2 -2
View File
@@ -28,7 +28,7 @@ After that you should be able to compile your programs like that:
export PATH=./dist/bin:$PATH
kotlinc hello.kt -o hello
For an optimized compilation use -opt:
For an optimized compilation use `-opt`:
kotlinc hello.kt -o hello -opt
@@ -41,4 +41,4 @@ To generate interoperability stubs create library definition file
cinterop -def lib.def
See provided samples and `INTEROP.md` for more details.
See provided [samples](https://github.com/JetBrains/kotlin-native/tree/master/samples) and [`INTEROP.md`](https://github.com/JetBrains/kotlin-native/blob/master/INTEROP.md) for more details.