diff --git a/README.md b/README.md index 9258df4..909c533 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ API actions are available as methods on the client object. Currently, the Conver | Add subscriber to sequence | `#add_subscriber_to_sequence(sequence_id, email, options = {})` | | List tags | `#tags` | | Add subscriber to tag | `#add_subscriber_to_tag(tag_id, email, options = {})` | -| Remove tag from a subscriber | `#remove_tag_from_subscriber(subscriber_id, tag_id)` | +| Remove tag from a subscriber | `#remove_tag_from_subscriber(tag_id, subscriber_id)` | | List forms | `#forms` | | Add subscriber to form | `#add_subscriber_to_form(form_id, email, options = {})` | | Unsubscribe | `#unsubscribe(email)` |