Fix Markdown syntax
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user