From 53613312300bdfe7835392d3d5fcb09368d4f5e0 Mon Sep 17 00:00:00 2001 From: Almira Krdzic Date: Thu, 6 Sep 2018 13:07:14 +0200 Subject: [PATCH] Readme spelling fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}`