From 305dbd30a6d0aeaa360d1f1a549b9bb6fed2b38e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 4 Apr 2017 17:32:12 +0200 Subject: [PATCH] Fix Markdown syntax --- samples/csvparser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/csvparser/README.md b/samples/csvparser/README.md index 7e8e28b690e..0cc8313a165 100644 --- a/samples/csvparser/README.md +++ b/samples/csvparser/README.md @@ -1,7 +1,7 @@ # CSV parser 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. To build use `./build.sh` script without arguments (or specify `TARGET` variable if cross-compiling).