From eeb84b8647369aeeba245166e871d9cd02e3f0e9 Mon Sep 17 00:00:00 2001 From: Neel Kothari Date: Sat, 16 Oct 2021 20:10:46 -0700 Subject: [PATCH] Update README.md Parameters are not in the correct order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)` |