Fix Markdown syntax

This commit is contained in:
Dmitry Jemerov
2017-04-04 17:32:12 +02:00
committed by GitHub
parent a70d5293b3
commit 305dbd30a6
+1 -1
View File
@@ -1,7 +1,7 @@
# CSV parser # CSV parser
This example shows how one could implement simple comma separated values reader and parser in Kotlin. This example shows how one could implement simple comma separated values reader and parser in Kotlin.
A sample data [European Mammals Red List for 2009] (https://data.europa.eu/euodp/en/data/dataset?res_format=CSV) A sample data [European Mammals Red List for 2009](https://data.europa.eu/euodp/en/data/dataset?res_format=CSV)
from EU is being used. from EU is being used.
To build use `./build.sh` script without arguments (or specify `TARGET` variable if cross-compiling). To build use `./build.sh` script without arguments (or specify `TARGET` variable if cross-compiling).