diff options
author | Eddie <36518273+0xEddie@users.noreply.github.com> | 2022-10-07 06:31:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 14:31:01 +0200 |
commit | f52b3c6716b632a439355510d559c9d5522edc7e (patch) | |
tree | 817a513633c59c3721ad2c24b96f13a7d2e2258e /plugins/dnote/README.md | |
parent | 78e85c7d78edeca7f06d6a54ad7f03f10dacde62 (diff) | |
download | zsh-f52b3c6716b632a439355510d559c9d5522edc7e.tar.gz zsh-f52b3c6716b632a439355510d559c9d5522edc7e.tar.bz2 zsh-f52b3c6716b632a439355510d559c9d5522edc7e.zip |
chore(dnote): fix incorrect link (#11237)
Diffstat (limited to 'plugins/dnote/README.md')
-rw-r--r-- | plugins/dnote/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dnote/README.md b/plugins/dnote/README.md index e1b9b7044..7b41b9027 100644 --- a/plugins/dnote/README.md +++ b/plugins/dnote/README.md @@ -1,6 +1,6 @@ # Dnote Plugin -This plugin adds auto-completion for [Dnote](https://dnote.io) project. +This plugin adds auto-completion for [Dnote](https://www.getdnote.com/), a simple command line notebook. To use it, add `dnote` to the plugins array in your zshrc file: |