Skip to content

Commit bef0c31

Browse files
Minor formatting fix
1 parent f543d5b commit bef0c31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const { token, message } = signAuthToken({
1919
});
2020

2121
// `token` is hex string to be included as Authorization header (see below)
22-
// `message` is object containing decoded data within `token`. Optional, but can be useful for programmatic token handling
22+
// `message` is object containing decoded data within `token`. Optional,
23+
// but can be useful for programmatic token handling
2324

2425
```
2526

0 commit comments

Comments
 (0)