Skip to content

Commit 9865014

Browse files
authored
fixing minor docs format issues
1 parent 14e65b4 commit 9865014

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project allows Web browser and API clients to easily generate JWT signing/v
3131
- Official URL: https://jwt-keys.21no.de/ (COMING SOON)
3232

3333
## Backend API
34-
- Official URL: `https://jwt-keys.21no.de/api/generate/:ALGORITHM?bytes=BYTES&bits=BITS`
34+
- Official URL: `https://jwt-keys.21no.de/api/generate/ALGORITHM?bytes=BYTES&bits=BITS`
3535

3636
### Examples:
3737
- Generate RS256 key pair: https://jwt-keys.21no.de/api/generate/RS256?bits=2048
@@ -47,7 +47,8 @@ Supported values: bytes >= 12 && bytes <= 160
4747
The `bytes` query parameter is optional and only used for HS* algorithms. Default value is: 32
4848

4949
#### bits (optional)
50-
> See: https://github.com/certbot/certbot/issues/2080
50+
> See: https://github.com/certbot/certbot/issues/2080
51+
5152
Supported values, one of: 1024, 2048, 3072, 4096
5253

5354
The `bits` query parameter is optional and only used for RS* and PS* algorithms. Default value is: 3072

0 commit comments

Comments
 (0)