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

Fixed typos #8

Merged
merged 1 commit into from
Dec 19, 2015
Merged

Fixed typos #8

merged 1 commit into from
Dec 19, 2015

Conversation

Snawoot
Copy link
Contributor

@Snawoot Snawoot commented Nov 24, 2015

Fixes issue #7:

after installing it with luarocks i was able to use this module only this way:

mongodb = require "resty-mongol"
local monog_conn = mongodb()
ok,err = monog_conn:connect('127.0.0.1', 27017)

Fixes issue #7:
> after installing it with luarocks i was able to use this module only this way:
> 
> mongodb = require "resty-mongol"
> local monog_conn = mongodb()
> ok,err = monog_conn:connect('127.0.0.1', 27017)
DorianGray added a commit that referenced this pull request Dec 19, 2015
@DorianGray DorianGray merged commit f67f58c into Olivine-Labs:master Dec 19, 2015
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

Successfully merging this pull request may close these issues.

2 participants