From ef7d030452077ebfc1a48c69b33c9c13fc868441 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 2 Apr 2016 07:27:21 -0700 Subject: [PATCH] Reformat Auth.elm heading in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 363c749..e28ba34 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ the Search API, these steps can be done either on your personal GitHub account o 2. Enter "Elm Workshop" under "Token description" and leave everything else blank. 3. Create the token and copy it into a new file called `Auth.elm`: -*Auth.elm* +#### Auth.elm ```elm module Auth (token) where