Skip to content

Commit cf2b67c

Browse files
authored
ruby code
1 parent 5e738c7 commit cf2b67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Dotenv.load
6262

6363
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.
6464

65-
```
65+
```ruby
6666
require 'dotenv'
6767
Dotenv.load('file1.env', 'file2.env')
6868
```

0 commit comments

Comments
 (0)