Skip to content

Commit 737e4b1

Browse files
Update README.md
Co-authored-by: Stephen Margheim <[email protected]>
1 parent fc3ef30 commit 737e4b1

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
@@ -216,7 +216,7 @@ There are two ways to configure email notifications. First, you can use environm
216216
ENV["SOLIDERRORS_SEND_EMAILS"] = true # defaults to false
217217
ENV["SOLIDERRORS_EMAIL_FROM"] = "[email protected]" # defaults to "[email protected]"
218218
ENV["SOLIDERRORS_EMAIL_TO"] = "[email protected]" # no default, must be set
219-
ENV["SOLIDERRORS_EMAIL_SUBJECT_PREFIX"] = "[Application name][Application environment]" # no default, optional
219+
ENV["SOLIDERRORS_EMAIL_SUBJECT_PREFIX"] = "[Application name][Environment]" # no default, optional
220220
```
221221

222222
Second, you can set the values via the configuration object:

0 commit comments

Comments
 (0)