README.md in ar2gostruct-0.0.1 vs README.md in ar2gostruct-0.0.2

- old
+ new

@@ -20,11 +20,11 @@ Usage --- On your rails directory. ```bash -bundle exec ar2gostruct +bundle exec rake ar2gostruct ``` this will returns ```bash // app/models/users.rb // Table name: users @@ -46,10 +46,10 @@ ``` If you're using [qbs](https://github.com/coocood/qbs#), Additional options are available. ```bash -bundle exec ar2gostruct -o qbs +bundle exec rake ar2gostruct orm=qbs // app/models/users.rb // Table name: users type Users struct { Id int32 'json:"id" qbs:"pk,notnull"'