diff --git a/README.md b/README.md index ac21102..ea212fb 100644 --- a/README.md +++ b/README.md @@ -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}`