Skip to content

Commit fbe9643

Browse files
authored
Fixed readme
1 parent 482728f commit fbe9643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ $ gem install sendable_rails
2525

2626
There are 2 ways to set up Sendable. You can either set the API key in an environment variable, or pass it in an initializer.
2727

28-
#### Option 1) Environment Variable
28+
### Option 1) Environment Variable
2929

3030
Add the following environment variable to your application. You can get your API key from the settings page of your Sendable project dashboard.
3131

3232
`SENDABLE_API_KEY`=`YOUR API KEY`
3333

34-
#### Option 2) Initializer
34+
### Option 2) Initializer
3535

3636
If you don't want to set an environment variable, create a file `config/initializers/sendable.rb` and put this in there:
3737

0 commit comments

Comments
 (0)