Skip to content

Commit

Permalink
feat: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomh committed Dec 6, 2024
1 parent fa4a8c0 commit 55ad440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ require "mailerlite-ruby"
# Intialize the class
subscribers = MailerLite::Subscribers.new

subscribers.update(email:'[email protected]', fields: {'name': 'John', 'last_name': 'Doe'}, ip_address:'1.2.3.4', optin_ip:'1.2.3.4')
subscribers.update('[email protected]', fields: {'name': 'John', 'last_name': 'Doe'}, ip_address:'1.2.3.4', optin_ip:'1.2.3.4')
```

### Get a subscriber
Expand Down

0 comments on commit 55ad440

Please sign in to comment.