Readme changes

This commit is contained in:
Almira Krdzic
2018-07-30 09:07:20 +02:00
parent ff693b9a76
commit ca002a86c5

View File

@@ -94,7 +94,7 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
- Project structure
Project structure is inspired with [Roots Bedrock structure](https://roots.io/bedrock/).
`Project structure is inspired with [Roots Bedrock structure](https://roots.io/bedrock/).
├── composer.json # → Manage versions of WordPress, plugins & dependencies
@@ -138,7 +138,7 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
(ex: woocommerce plugin exposes `wp wc update` which will apply pending database plugins for woocommerce).
For updating wordpress core or plugins, update version for package
(wordpress core database changes will be applied with `wp core update-db` cli command ).
wordpress core database changes will be applied with `wp core update-db` cli command ).
After any of these actions run: