branch: elpa/treesit-fold
commit 53b78381e96df0e0af5714a67d4b0d4e84cbeac4
Author: Kaligule <[email protected]>
Commit: GitHub <[email protected]>
Fix installation instruction for straight
fixed #6
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8ccb3eaabf..42d51613f7 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ to provide code folding base on the tree-sitter syntax tree.
```el
(use-package ts-fold
- :straight (host github repo "jcs090218/ts-fold"))
+ :straight (ts-fold :type git :host github :repo "jcs090218/ts-fold"))
```
### 🔍 Methods 2. Manual