Skip to content

Commit

Permalink
Fix some typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 7, 2017
1 parent 41b9c43 commit 9686ca0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -55,7 +55,6 @@ load(f::FileIO.File{FileIO.format"CSV"}, delim=','; <arguments>...)
````
#### 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)
Expand Down

0 comments on commit 9686ca0

Please sign in to comment.