Skip to content

Commit 91ed9e2

Browse files
authored
Merge pull request #544 from hotoolong/update_readme
docs: Update URL and change from dotenv-rails to dotenv
2 parents 8a8c65c + 9c9b442 commit 91ed9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ end
204204

205205
Do you use figaro, mc-settings, dotenv or something else to inject environment variables into your app? If so ensure you have that done BEFORE Coverband is required.
206206

207-
For example if you use dotenv, you need to do this, see https://github.com/bkeepers/dotenv#note-on-load-order
207+
For example if you use dotenv, you need to do this, see https://github.com/bkeepers/dotenv#load-order
208208

209209
```
210-
gem 'dotenv-rails', require: 'dotenv/load'
210+
gem 'dotenv', require: 'dotenv/load'
211211
gem 'coverband'
212212
gem 'other-gem-that-requires-env-variables'
213213
```

0 commit comments

Comments
 (0)