Skip to content

Commit e5067f7

Browse files
author
Suma Prakash
committed
Updating readme
1 parent a0970fd commit e5067f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ tag = intercom.tags.tag(name: 'blue', companies: [{company_id: "42ea2f1b93891f6a
304304
tag = intercom.tags.untag(name: 'blue', companies: [{ company_id: "42ea2f1b93891f6a99000427" }])
305305

306306

307-
#delete tags
307+
# Delete Tags
308308

309-
# Note: If there any depedent objects for the tag we are trying to delete, then an error TagHasDependentObjects will be thrown.
309+
# Note : If there any depedent objects for the tag we are trying to delete, then an error TagHasDependentObjects will be thrown.
310310
tag = intercom.tags.find(id:"123")
311311
intercom.tags.delete(tag)
312312
```

0 commit comments

Comments
 (0)