seamapi / ruby

Ruby Gem for Seam API
https://www.seam.co/
MIT License
1 stars 6 forks source link

Fix: Syntax in example was incorrect #74

Open mbifulco opened 3 months ago

mbifulco commented 3 months ago

The example syntax in README.md was incorrect - it should be unlock_door:

https://github.com/seamapi/ruby/blob/398565cc4c248db5efcc7a899c5a792dab003de9/lib/seam/clients/locks.rb#L10

I came across this while implementing a client in one of our applications. Changing the syntax from unlock to unlock_door should do the trick!