Skip to content

Commit

Permalink
docs(remark-kbd-nested): fix README issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Apr 23, 2024
1 parent df06fe2 commit 7c257d5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/remark-kbd-nested/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import remarkRehype from "remark-rehype";
import rehypeStringify from "rehype-stringify";

const output = remark()
.use(remarkKbdNested).
use(remarkRehype)
.use(remarkKbdNested)
.use(remarkRehype)
.use(rehypeStringify)
.processSync("Press ||| ||Ctrl|| + || \| || |||, then || //key// ||.");

Expand All @@ -56,7 +56,7 @@ are passed directly to [micromark-extension-kbd-nested][].

## License

[ISC][license] © [Shiv Jha Mathur][author]
[ISC][LICENSE] © [Shiv Jha Mathur][author]

[test-badge]: https://github.com/shivjm/remark-extensions/actions/workflows/test.yml/badge.svg

Expand All @@ -77,3 +77,5 @@ are passed directly to [micromark-extension-kbd-nested][].
[micromark-extension-kbd-nested]: https://www.npmjs.com/package/micromark-extension-kbd-nested

[license]: ../../license

[author]: https://github.com/shivjm/

0 comments on commit 7c257d5

Please sign in to comment.