Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Mar 11, 2024
1 parent ef5385a commit 5bf6052
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ Set your Mailchimp API Key in your `.env` file. You can get it from: https://us1
MAILCHIMP_API_KEY=your-key-here
```

**NOTE: This addon saves its settings to the file `config/mailchimp.php`**
To initialize the *required* config file run:

```bash
php artisan vendor:publish --tag="mailchimp-config"
```

Configure Mailchimp in the Control Panel
![control panel](https://raw.githubusercontent.com/statamic-rad-pack/mailchimp/main/images/config.png)
![merge fields](https://raw.githubusercontent.com/statamic-rad-pack/mailchimp/main/images/merge-fields.png)
Expand Down Expand Up @@ -252,7 +245,6 @@ return [
* The listName to use when no listName has been specified in a method.
*/
'defaultListName' => 'subscribers',

```

## Usage
Expand Down

0 comments on commit 5bf6052

Please sign in to comment.