Update csv README.md (#2328)

This commit is contained in:
Tegan Snyder
2016-08-10 11:13:19 -05:00
committed by Mike Gray
parent f7bf38bbd1
commit 25124a12b0
+1 -1
View File
@@ -7,7 +7,7 @@ Imports a CSV file as `List<T>` where `T` is a struct with fields corresponding
```
$ cd csv-import
$ go build
$ ./csv-import <PATH> http://localhost:8000:foo
$ ./csv-import <PATH> http://localhost:8000::foo
```
## Some places for CSV files