branch: elpa/treesit-fold
commit e8a4110921551b3829562f0e0df2b108073d81b7
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>

    docs: Fix typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 99a3a48d1e..8f7d4057c9 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ then in Emacs:
 
 ```elisp
 (add-to-list 'load-path "/path/to/lib")
-(require ts-fold)
+(require 'ts-fold)
 ```
 
 or

Reply via email to