diff --git a/README.md b/README.md index 4059a285..8cdbd322 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,21 @@ Schematic allows you to synchronize your Craft setup over multiple environments ## Usage -Make sure you have your latest export stored at `./craft/config/schema.json`. +Make sure you have your latest export stored at `./craft/config/schema.yml`. Then just run to import... ``` -php ./craft/app/etc/console/yiic schematic import +./craft/app/etc/console/yiic schematic import ``` Optionally you can use --force to make the import delete any items which are not in the import file. WARNING!! This will also delete any related content. -You can also generate a schema.json with +You can also generate a schema.yml with ``` -php ./craft/app/etc/console/yiic schematic export +./craft/app/etc/console/yiic schematic export ``` ## Hooks