branch: externals/flymake-proselint commit 41b0a7dda5949b5f9eb7b0d2b4c52334f3af84a1 Author: Manuel Uberti <manuel.ube...@inventati.org> Commit: Manuel Uberti <manuel.ube...@inventati.org>
Fix wording --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9378aa2..92a1044 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flymake-proselint -This package makes it possible to use [proselint](http://proselint.com/) with the Emacs built-in Flymake. +This package makes it possible to use [proselint](http://proselint.com/) with Emacs built-in Flymake. ## Getting started @@ -12,7 +12,8 @@ can use [`straight.el`](https://github.com/raxod502/straight.el) to install it: '(flymake-proselint :host github :repo "manuel-uberti/flymake-proselint")) ``` -Then you just need to activate in the modes you want your prose to be checked: +Then you just need to activate it in the modes you want your prose to be +checked: ``` emacs-lisp (add-hook 'markdown-mode-hook #'flymake-proselint-setup)