mastodon / mastodon-api

A ruby interface for the Mastodon API
173 stars 62 forks source link

Added new instruction to usage #48

Closed luizpicolo closed 4 years ago

luizpicolo commented 4 years ago

When using the API through this gem, the user can be a little confused when receiving the error mastodon not defined. So, it is interesting to add the require 'mastodon' making it clearer how the sample code is used