We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1395fbd commit e36522aCopy full SHA for e36522a
1 file changed
README.md
@@ -2,7 +2,7 @@
2
3
An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html).
4
5
-This was developed against draft-ietf-oauth-json-web-token-08
+This was developed against `draft-ietf-oauth-json-web-token-08`.
6
7
### Usage
8
@@ -15,7 +15,7 @@ This was developed against draft-ietf-oauth-json-web-token-08
15
System.out.println(decodedPayload.get("name"));
16
}
17
18
-``
+```
19
20
### FAQ
21
0 commit comments