Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Titus <[email protected]>
  • Loading branch information
wooorm authored Sep 10, 2024
1 parent 256767d commit 10665d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ This GitHub repository is a monorepo that contains the following packages:
Depending on the input you have and output you want, you can use different
parts of remark.
If the input is markdown, you can use `remark-parse` with `unified`.
If the output is markdown, you can use `remark-stringify` with `unified`
If the output is markdown, you can use `remark-stringify` with `unified`.
If both the input and output are markdown, you can use `remark` on its own.
When you want to inspect and format markdown files in a project, you can use
`remark-cli`.
Expand Down

0 comments on commit 10665d7

Please sign in to comment.