Readme spelling fixes

This commit is contained in:
Almira Krdzic
2018-09-06 13:07:14 +02:00
parent 8547b2a4b4
commit 5361331230

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}`