Skip to content

Commit

Permalink
Merge pull request #1 from voldern/changing-description
Browse files Browse the repository at this point in the history
Changing description
  • Loading branch information
kagrela committed Nov 3, 2015
2 parents d4f49ef + 72bbbfd commit 046d0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A little function that reads an environment variable from
`process.env` with support for default values.

It will thrown an exception if key key can't be found and no default
It will thrown an exception if key can't be found and no default
value is supplied. `undefined` is supported as a default value since
the module uses `arguments.length` to determine if a default value was
passed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-env-var",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get environment variable",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 046d0e5

Please sign in to comment.