Skip to content

Commit

Permalink
And now fixing my fix
Browse files Browse the repository at this point in the history
Apparently, the heading (`#`) construct doesn't work in `@moduledoc`.

Made a poor-mans-heading instead. Commit if you want to
  • Loading branch information
marcusoftnet authored Oct 2, 2017
1 parent d1df117 commit c036c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stripe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ defmodule Stripe do
This module contains the Application that you can use to perform
transactions on stripe API.
### Configuring
**Configuring**
By default the STRIPE_SECRET_KEY environment variable is used to find
your API key for Stripe. You can also manually set your API key by
configuring the :stripity_stripe application. You can see the default
Expand Down

0 comments on commit c036c06

Please sign in to comment.