Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #91 from AlexZeitler/patch-1
Browse files Browse the repository at this point in the history
Fix express sample in README
  • Loading branch information
robconery committed Jul 12, 2015
2 parents 08425d5 + 08080f4 commit 22f90de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ var connectionString = "postgres://massive:password@localhost/chinook";
// connect to Massive and get the db instance. You can safely use the
// convenience sync method here because its on app load
// you can also use loadSync - it's an alias
massive.connectSync({connectionString : connectionString}) {
var massiveInstance = massive.connectSync({connectionString : connectionString})

// Set a reference to the massive instance on Express' app:
app.set('db', massiveInstance);
Expand Down

0 comments on commit 22f90de

Please sign in to comment.