diff --git a/README.md b/README.md index 6e66e15880..bb922cab7d 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Initialize the directory, and load some data: ``` $ dolt init Successfully initialized dolt data repository. -$ dolt sql -q "create table state_populations ( state varchar, population int, primary key (state) )" +$ dolt sql -q "create table state_populations ( state varchar(14), population int, primary key (state) )" $ dolt sql -q "show tables" +-------------------+ | tables |