branch: elpa/treesit-fold
commit d58795618a8440ce4534bee08d74d51d565c533a
Author: Jen-Chieh Shen <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 42d51613f7..23f5de4c54 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# ts-fold
> Code-folding using tree-sitter
-[](https://github.com/jcs090218/ts-fold/actions/workflows/test.yml)
+[](https://github.com/jcs090218/ts-fold/actions/workflows/test.yml)
ts-fold builds on top of
[elisp-tree-sitter](https://github.com/emacs-tree-sitter/elisp-tree-sitter)
to provide code folding base on the tree-sitter syntax tree.
@@ -34,13 +34,13 @@ to provide code folding base on the tree-sitter syntax tree.
```el
(use-package ts-fold
- :straight (ts-fold :type git :host github :repo "jcs090218/ts-fold"))
+ :straight (ts-fold :type git :host github :repo "jcs-elpa/ts-fold"))
```
### 🔍 Methods 2. Manual
```sh
-git clone https://github.com/jcs090218/ts-fold /path/to/lib
+git clone https://github.com/jcs-elpa/ts-fold /path/to/lib
```
then in Emacs: