We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482728f commit fbe9643Copy full SHA for fbe9643
README.md
@@ -25,13 +25,13 @@ $ gem install sendable_rails
25
26
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.
27
28
-#### Option 1) Environment Variable
+### Option 1) Environment Variable
29
30
Add the following environment variable to your application. You can get your API key from the settings page of your Sendable project dashboard.
31
32
`SENDABLE_API_KEY`=`YOUR API KEY`
33
34
-#### Option 2) Initializer
+### Option 2) Initializer
35
36
If you don't want to set an environment variable, create a file `config/initializers/sendable.rb` and put this in there:
37
0 commit comments