Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README docs incorrect #3

Closed
booch opened this issue Aug 11, 2012 · 2 comments
Closed

README docs incorrect #3

booch opened this issue Aug 11, 2012 · 2 comments

Comments

@booch
Copy link

booch commented Aug 11, 2012

Tried running the following, per the README on how to use the library:

MinceDynamoDb::DataStore.find_all 'users'

Got a NoMethodError. Found that I have to do this instead:

MinceDynamoDb::DataStore.instance.find_all 'users'
@coffeencoke
Copy link
Owner

did you fix the readme?

@booch
Copy link
Author

booch commented Aug 13, 2012

No, wasn't confident enough that I wasn't missing something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants