Skip to content

Commit

Permalink
Merge pull request #13 from linuss/master
Browse files Browse the repository at this point in the history
Fix syntax error in installation instructions

[ci skip]
  • Loading branch information
medmunds committed May 9, 2016
2 parents 75730e8 + 23353de commit d1da685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To use Anymail for sending email, edit your Django project's :file:`settings.py`
.. code-block:: python
ANYMAIL = {
"MAILGUN_API_KEY" = "<your Mailgun key>",
"MAILGUN_API_KEY": "<your Mailgun key>",
}
The exact settings vary by ESP.
Expand Down

0 comments on commit d1da685

Please sign in to comment.