Parcourir la source

minor fix in readme

Wan Kim Mok il y a 10 ans
Parent
commit
1447cea4b1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -212,8 +212,8 @@ Getting API Keys
     * For Default callback URL field, enter: http://127.0.0.1:8000/hackathon/.
 4. Click Register.
 5. Within settings.py, add the following:
-    * TUMBLR_CONSUMER_KEY = <Tumblr-consumer-key>
-    * TUMBLR_CONSUMER_SECRET = <Tumblr-consumer-secret>
+    * TUMBLR_CONSUMER_KEY = `Tumblr-consumer-key`
+    * TUMBLR_CONSUMER_SECRET = `Tumblr-consumer-secret`
 
 <hr>