Skip to content

Commit

Permalink
Merge pull request #77 from mailersend/feature/advanced-personalizati…
Browse files Browse the repository at this point in the history
…on-is-now-personalization

feat: advanced personalization is now personalization
  • Loading branch information
dinomh authored Jun 24, 2024
2 parents b386405 + dcc5f7d commit b7517a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MailerSend Ruby SDK
- [Send an email](#send-an-email)
- [Add CC, BCC recipients](#add-cc-bcc-recipients)
- [Send a template-based email](#send-a-template-based-email)
- [Advanced personalization](#advanced-personalization)
- [Personalization](#personalization)
- [Bulk Email](#bulk-email)
- [Send bulk email](#send-bulk-email)
- [Get bulk email status](#get-bulk-email-status)
Expand Down Expand Up @@ -194,7 +194,7 @@ ms_email.add_template_id(12415125)
ms_email.send
```

### Advanced personalization
### Personalization

```ruby
require "mailersend-ruby"
Expand Down

0 comments on commit b7517a0

Please sign in to comment.