Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing a small typo
  • Loading branch information
andrewtimberlake committed Dec 2, 2013
1 parent 8f59834 commit 8cbf8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Then run `$ bundle install`

## Use

In your `app/views<mailer>` directory create a file with a `.md.erb` extension. When rails renders the email, it will generate html by parsing the markdown, and generate plain text by sending the email as is.
In your `app/views/<mailer>` directory create a file with a `.md.erb` extension. When rails renders the email, it will generate html by parsing the markdown, and generate plain text by sending the email as is.

## Verify

Expand Down

0 comments on commit 8cbf8b3

Please sign in to comment.