diff --git a/README.md b/README.md index 5b0bf89..4ff5afb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We recommend you to use Composer to install ZfrMailChimp: ```sh php composer.phar require zfr/zfr-mailchimp-module:dev-master -```sh +``` Enable ZfrMailChimpModule in your `application.config.php`, then copy-paste the file `zfr_mailchimp.local.php.dist` (that you can find in the `config` folder of the module) to your `autoload` folder (don't forget to remove the .dist at diff --git a/src/ZfrMailChimpModule/Factory/Exception/RuntimeExcepti.php b/src/ZfrMailChimpModule/Factory/Exception/RuntimeException.php similarity index 100% rename from src/ZfrMailChimpModule/Factory/Exception/RuntimeExcepti.php rename to src/ZfrMailChimpModule/Factory/Exception/RuntimeException.php