Skip to content

Commit

Permalink
Update most common usage to invoke the function upon being required
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Jul 16, 2016
1 parent a2b8b5b commit 5026296
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 @@ -16,7 +16,7 @@ This package implements the [es-shim API](https://github.com/es-shims/api) inter

Most common usage:
```js
var global = require('system.global'); // returns native method if compliant
var global = require('system.global')(); // returns native method if compliant
/* or */
var global = require('system.global/polyfill')(); // returns native method if compliant
```
Expand Down

0 comments on commit 5026296

Please sign in to comment.