README.md in yo_client-0.1.0 vs README.md in yo_client-0.1.1
- old
+ new
@@ -36,10 +36,10 @@
# Yo the specific user
# Note that USERNAME will be upcased before sending to API
client.yo(USERNAME)
# Yo the specific user with a link (added from v0.1.0)
-client.yoall(USERNAME, link: 'http://youcune.com/')
+client.yo(USERNAME, link: 'http://youcune.com/')
# Count Total Subscribers
client.subscribers_count # -> 5
```