branch: elpa/treesit-fold
commit 2409596f337cc068adab03c15a937f0205d24373
Author: Junyi Hou <[email protected]>
Commit: Junyi Hou <[email protected]>
readme: fix typo
---
readme.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.org b/readme.org
index 503038c0d8..4b9e7df69d 100644
--- a/readme.org
+++ b/readme.org
@@ -1,6 +1,6 @@
* Introduction
-~treefold~ builds on top of
[[https://github.com/ubolonton/emacs-tree-sitter][emacs-tree-sitter]] to
provide code folding base on the tree-sitter syntax tree.
+~tree-sitter-fold~ builds on top of
[[https://github.com/ubolonton/emacs-tree-sitter][emacs-tree-sitter]] to
provide code folding base on the tree-sitter syntax tree.
* Usage