Skip to content

Commit

Permalink
Remove 404 link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet authored May 21, 2019
1 parent 4ec1104 commit 76165dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ods.formula('A', 2)
csv = Roo::CSV.new("mycsv.csv")
```

Because Roo uses the [standard CSV library](), you can use options available to that library to parse csv files. You can pass options using the ``csv_options`` key.
Because Roo uses the standard CSV library, you can use options available to that library to parse csv files. You can pass options using the ``csv_options`` key.

For instance, you can load tab-delimited files (``.tsv``), and you can use a particular encoding when opening the file.

Expand Down

0 comments on commit 76165dd

Please sign in to comment.