README.md in pliny-0.7.2 vs README.md in pliny-0.7.3
- old
+ new
@@ -68,11 +68,11 @@
$ bundle exec pliny-generate migration fix_something
created migration ./db/migrate/1395873228_fix_something.rb
$ bundle exec pliny-generate schema artists
-created schema file ./docs/schema/schemata/artist.yaml
-rebuilt ./docs/schema.json
+created schema file ./schema/schemata/artist.yaml
+rebuilt ./schema/schema.json
```
To test your application:
```bash