Skip to content

Commit

Permalink
Merge pull request #398 from edusantana/patch-1
Browse files Browse the repository at this point in the history
ruby code
  • Loading branch information
Andrew Nordman authored Jul 31, 2019
2 parents 5e738c7 + cf2b67c commit c9ddedd
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 @@ -62,7 +62,7 @@ Dotenv.load

By default, `load` will look for a file called `.env` in the current working directory. Pass in multiple files and they will be loaded in order. The first value set for a variable will win.

```
```ruby
require 'dotenv'
Dotenv.load('file1.env', 'file2.env')
```
Expand Down

0 comments on commit c9ddedd

Please sign in to comment.