From 9686ca0143a042cbbd6f4a083ff403156e3b997e Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Fri, 7 Jul 2017 12:21:56 +0200 Subject: [PATCH] Fix some typos in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cb9f0bd..9ceb86f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package provides load and save support for CSV Files under the ## Installation -Use Pkg.add("CSVFiles") in Julia to install CSVFiles and its dependencies. +Use ``Pkg.add("CSVFiles")`` in Julia to install CSVFiles and its dependencies. ## Usage @@ -55,7 +55,6 @@ load(f::FileIO.File{FileIO.format"CSV"}, delim=','; ...) ```` #### Arguments: -* ``file``: either an IO object or file name string * ``delim``: the delimiter character * ``quotechar``: character used to quote strings, defaults to " * ``escapechar``: character used to escape quotechar in strings. (could be the same as quotechar)