Minor correction to package name in the readme

master
Adam Kruszewski 2023-06-02 17:00:53 +02:00
parent 46b5d9c9ea
commit b5b2b4c498
2 changed files with 2 additions and 1 deletions

View File

@ -103,4 +103,5 @@
:category 'cape-jinx)
,@cape--jinx-properties))))
;;; cape-jinx-completion.el ends here
(provide 'cape-jinx-completion)

View File

@ -1,6 +1,6 @@
#+TITLE: Completion At Point extensions using Jinx spell checking
* Cape-jinx package
* Cape-jinx-completion package
Simple package providing =completion-at-point= extension using spell checking capabilities derived from [[https://abiword.github.io/enchant/][Abiword's libenchant]]. All of the heavy lifting is done using [[https://github.com/minad/jinx][jinx.el]] package - Enchanted Spell Checker.
[[https://abiword.github.io/enchant/][Libenchant]] wraps several of the spell checkers. [[https://github.com/minad/jinx][Jinx.el]] package provides on-the-fly spell checking and is a pleasure to configure, especially when using multiple dictionaries.