diff --git a/README.md b/README.md index e346929..240fe91 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,9 @@ the following are currently supported: - lists with `- list item` or `1. list item` (but numbered lists dont render as numbered yet) - task lists with `- [x] list item` or `- [ ] list item` where a checkbox is ticked if the `x` is present. - horizontal rules with `***` which span the entire terminal width. -- strikethrough with `~~text~~` \ No newline at end of file +- strikethrough with `~~text~~` + +## dependencies +- [md4c](https://github.com/mity/md4c) for markdown parsing +- [ansi-term](https://github.com/ziglibs/ansi-term) wraps ansi styling +- [zig-clap](https://github.com/Hejsil/zig-clap) for arg parsing \ No newline at end of file