myemma / EmmaRuby

A Ruby gem for Emma's API
MIT License
8 stars 19 forks source link

Update README to specify myemma gem and correct namespacing #8

Closed maxbeizer closed 4 years ago

maxbeizer commented 10 years ago

The README points users to the rubygems emma gem, which is not correct. Also, the namespace is incorrect-- it should be Emma::Client.new.

Thank you for this gem.

maxbeizer commented 10 years ago

This should address issue #1.

alimi commented 9 years ago

I agree with changing the documentation to have the gem pull from the GitHub repo, but I don't think you need to change from Emma::Setup to Emma::Client. Emma::Setup defines method_missing which delegates to the client to make API calls.

maxbeizer commented 4 years ago

Closing due to lack of activity