Fix typo in README for table import (#235)

This commit is contained in:
Nam D. Nguyen
2019-12-06 13:07:19 -06:00
committed by Brian Hendriks
parent d2ebd8736b
commit 39cf275082

View File

@@ -179,7 +179,7 @@ $ head -n3 data.csv
state,population
Delaware,59096
Maryland,319728
$ dolt import table -pk=state state_populations data.csv
$ dolt table import -pk=state state_populations data.csv
```
Note if you do not have a file extension, i.e. your file is called `data`, Dolt will think you are trying to import from another table and thus not behave in the way you expect.