Skip to content

Commit

Permalink
Merge pull request #11 from seegno/support/readme
Browse files Browse the repository at this point in the history
Fix readme example
  • Loading branch information
joaonice authored Jul 6, 2017
2 parents 592abec + 01b5aab commit d02aca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn add objection-guid

```js
// Import the plugin.
const guid = require('objection-guid')();
const guid = require('objection-guid');
const Model = require('objection').Model;

// Mixin the plugin.
Expand Down

0 comments on commit d02aca0

Please sign in to comment.