Skip to content

Commit

Permalink
fix backend name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Sep 22, 2023
1 parent fd3158b commit fc9e44c
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 @@ -45,7 +45,7 @@ INSTALLED_APPS = [
]
```

3. Add the `EmailRelayBackend` to your `EMAIL_BACKEND` setting:
3. Add the `RelayDatabaseEmailBackend` to your `EMAIL_BACKEND` setting:

```python
EMAIL_BACKEND = 'email_relay.backend.RelayDatabaseEmailBackend'
Expand Down

0 comments on commit fc9e44c

Please sign in to comment.