diff --git a/README.md b/README.md index d4c0b55..f7c9d25 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The package will automatically register itself. ## Usage -First, create a `config.yaml` file in `resources\blueprints` that contains the blueprint for your configuration. As an example, see Mailchimp's, [here](https://github.com/silentzco/statamic-mailchimp/blob/main/resources/blueprints/config.yaml). +First, create a `config.yaml` file in `resources\blueprints` that contains the blueprint for your configuration. As an example, see Mailchimp's, [here](https://github.com/statamic-rad-pack/mailchimp/blob/main/resources/blueprints/config.yaml). Then, in the `boot` method of your addon's Service Provider add: ```php