Skip to content

Commit

Permalink
Update README to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jul 11, 2013
1 parent 08d00a9 commit 733642f
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 @@ -7,7 +7,7 @@ Dotenv loads environment variables from .env into ENV (process.env).
As early as possible in your application require dotenv and load the .env variables.

```javascript
var dotenv = require('dotenv');
var dotenv = require('dotenv')();
dotenv.load();
```

Expand Down

0 comments on commit 733642f

Please sign in to comment.