Skip to content

Commit 3d87f3b

Browse files
authored
Merge pull request #605 from JackOddy/patch-2
Fixes typo in README
2 parents b554ac2 + d082c40 commit 3d87f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ contact.remove_company(id: company.id)
170170
contact.companies.each {|c| p c.name}
171171

172172
# attach a subscription_types on a contact
173-
contact.create_subscription_types(id: subscription_type.id)
173+
contact.create_subscription_type(id: subscription_type.id)
174174

175175
# List subscription_types for a contact
176176
contact.subscription_types.each {|n| p n.id}

0 commit comments

Comments
 (0)