Olivine-Labs / resty-mongol

Lua MongoDB driver
MIT License
46 stars 23 forks source link

Fixed typos #8

Closed Snawoot closed 8 years ago

Snawoot commented 8 years ago

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)