Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #10 from brunoqc/master
Browse files Browse the repository at this point in the history
littles changes for the README
  • Loading branch information
wankdanker committed Nov 3, 2011
2 parents d0b3341 + 1722407 commit 956cde3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ node-odbc - An asynchronous Node interface to unixodbc and its supported drivers
SYNOPSYS
--------

var sys = require("sys");
var sys = require("sys");
var odbc = require("odbc");

var db = new odbc.Database();
Expand All @@ -16,7 +16,7 @@ SYNOPSYS
{
sys.debug(sys.inspect(rows));
db.close(function(){});
}
});
});


Expand Down

0 comments on commit 956cde3

Please sign in to comment.