Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Jun 20, 2012
1 parent 4c513e8 commit 0d96a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joli.js
Expand Up @@ -855,7 +855,7 @@ var joli = joliCreator();
* var joli = require('joli').connect('your_database_name', '/path/to/database.sqlite');
*/
if (typeof exports === 'object' && exports) {
exports.connect: function(database, file) {
exports.connect = function(database, file) {
var joli = joliCreator();

if (database) {
Expand Down

0 comments on commit 0d96a5b

Please sign in to comment.