Skip to content

Commit 1ade6a8

Browse files
authored
Fix typo in README.md (#1020)
1 parent cdb0cbb commit 1ade6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are several other packages for reading CSV files in Julia, which may suit
5050
On large files, CSV.jl will be much faster.
5151

5252
* [CSVFiles.jl](https://github.com/queryverse/CSVFiles.jl) uses the [FileIO.jl](https://github.com/JuliaIO/FileIO.jl)'s `load` / `save` API,
53-
but otherwise has similar goals. Like CSV.jl, it works with [Tables.jl](https://github.com/JuliaData/Tables.jl objects such as DataFrames.
53+
but otherwise has similar goals. Like CSV.jl, it works with [Tables.jl](https://github.com/JuliaData/Tables.jl) objects such as DataFrames.
5454

5555
* [DLMReader.jl](https://github.com/sl-solution/DLMReader.jl) also aims to be fast for large files,
5656
closely associated with [InMemoryDatasets.jl](https://github.com/sl-solution/InMemoryDatasets.jl).

0 commit comments

Comments
 (0)