Skip to content

Commit 9686ca0

Browse files
committed
Fix some typos in README
1 parent 41b9c43 commit 9686ca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package provides load and save support for CSV Files under the
1313

1414
## Installation
1515

16-
Use Pkg.add("CSVFiles") in Julia to install CSVFiles and its dependencies.
16+
Use ``Pkg.add("CSVFiles")`` in Julia to install CSVFiles and its dependencies.
1717

1818
## Usage
1919

@@ -55,7 +55,6 @@ load(f::FileIO.File{FileIO.format"CSV"}, delim=','; <arguments>...)
5555
````
5656
#### Arguments:
5757

58-
* ``file``: either an IO object or file name string
5958
* ``delim``: the delimiter character
6059
* ``quotechar``: character used to quote strings, defaults to "
6160
* ``escapechar``: character used to escape quotechar in strings. (could be the same as quotechar)

0 commit comments

Comments
 (0)