Merge branch 'readme-changes' into 'master'

Readme spelling fixes

See merge request saburly/wiaas/new-wiaas!18
This commit was merged in pull request #18.
This commit is contained in:
Bilal Catic
2018-09-06 11:09:48 +00:00

View File

@@ -178,11 +178,11 @@ After any of these actions run:
##### Removing existing plugin
1) remove it from composer.json with:
1) Remove it from composer.json with:
composer remove wpackagist-plugin/{plugin_name}
2) remove it from `"activate-plugins"` and `"update-db"` scripts.
2) Remove it from `"activate-plugins"` and `"update-db"` scripts.
3) Then run:
@@ -218,7 +218,7 @@ Wiaas exposes WP CLI command which will execute pending db updates for wiaas:
wp wiaas update-db
If your feature requires some database updates that can be easiliy executed from wordpress code, then:
If your feature requires some database updates that can be easily executed from wordpress code, then:
1) Place this update to `wiaas/includes/db-updates/wiaas-db-update-functions.php` as a function named `wiaas_db_update_{name}`