diff --git a/README.md b/README.md index 912c4f3..a6f8dab 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ The ``load`` function also takes a number of parameters: ````julia load(f::FileIO.File{FileIO.format"CSV"}; ...) ```` + +For example, to load a CSV file that doesn't have the extension ".csv", you need + +```julia +load(File(format"CSV", "csv_file.txt")) +``` + #### Arguments: * ``delim``: the delimiter character