diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9dea5a95d32c5bc0cda0752644e57956846874..15908d4f081f5ee01a98a17e24eb3a55c9bea801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ All notable changes to this project will be documented in this file. **Bugfixes** - * #34 Use nokogiri provided by pdk for tests + * #34 Use nokogiri provided by pdk for tests. + * #35 Update README description. **Known Issues** diff --git a/README.md b/README.md index cf74c56f2e9533dcfa9d31961cdba1a997fa126d..638bd202a5406c73282832d99de824da3fa881ff 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ ## Description -This module downloads the WP-CLI tool and then uses it to download and configure a WordPress instances. +This module downloads the WP-CLI tool and then uses it to download and configure WordPress instances. -This module does not manage a multisite installation but it can create several WordPress installations. -And each installation can be managed separately. +This module does not manage a multisite installation but it can create one or several WordPress instances on same puppet node. +Each instance, on the same node, has dedicated settings and can be managed separately. ## Setup