Skip to content

Commit e36522a

Browse files
committed
Update README.md
1 parent 1395fbd commit e36522a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html).
44

5-
This was developed against draft-ietf-oauth-json-web-token-08
5+
This was developed against `draft-ietf-oauth-json-web-token-08`.
66

77
### Usage
88

@@ -15,7 +15,7 @@ This was developed against draft-ietf-oauth-json-web-token-08
1515
System.out.println(decodedPayload.get("name"));
1616
}
1717
}
18-
``
18+
```
1919

2020
### FAQ
2121

0 commit comments

Comments
 (0)