Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rorykoehler authored Jan 16, 2024
1 parent b20fe13 commit 38f77ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ After installing your gem, it can be used in a Rails application as follows:
```
Of course the api keys should be stored in the Rails encrypted credentials as is best practice.
### **Sending an Email**
2. **In Rails With ActionMailer**
2. **Sending an Email - In Rails With ActionMailer**
Use as normal as per the Rails ActionMailer docs. E.G.
Expand All @@ -34,7 +32,7 @@ Of course the api keys should be stored in the Rails encrypted credentials as is
**See Rails configuration and more detailed example below**
3. **Plain Ruby Without Rails**
3. **Sending an Email - Plain Ruby Without Rails**
```
Mailerooby::EmailSender.send_email(
Expand Down

0 comments on commit 38f77ac

Please sign in to comment.