Skip to content

Commit

Permalink
Merge pull request #122 from seanami/readme-fix
Browse files Browse the repository at this point in the history
Fix instructions for adding company to user in README
  • Loading branch information
jonnyom authored Jul 26, 2019
2 parents 1dbafb0 + 5e17693 commit b9d655e
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 @@ -72,7 +72,7 @@ Adding a Company:
```go
companyList := intercom.CompanyList{
Companies: []intercom.Company{
{ID: "5"},
{CompanyID: "5"},
},
}
user := intercom.User{
Expand Down

0 comments on commit b9d655e

Please sign in to comment.