Skip to content

Commit

Permalink
case -> kase
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbeedle committed May 11, 2013
1 parent 33d48f2 commit f7222b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ person.destroy #=> true

person = CapsuleCRM::Person.create(first_name: 'Matt', last_name: 'Beedle')

case = CapsuleCRM::Case.create! name: 'My First Case', party: person
case.update_attributes name: 'A New Case Name'
kase = CapsuleCRM::Case.create! name: 'My First Case', party: person
kase.update_attributes name: 'A New Case Name'
```

## Contributing
Expand Down

0 comments on commit f7222b2

Please sign in to comment.