Skip to content

Commit

Permalink
Fix README, raise instead of with.
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyfellow committed Feb 11, 2018
1 parent 74959c9 commit 5ba2212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ Envy.parse ".env"
# To raise an exception if the .env file does not exist, you can append a block to Envy#load or Envy#load!.
Envy.load! do
{ with_exception: true }
{ raise_exception: true }
end
```

Expand Down

0 comments on commit 5ba2212

Please sign in to comment.