emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/treesit-fold d58795618a 199/417: Update README.md


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold d58795618a 199/417: Update README.md
Date: Mon, 1 Jul 2024 10:02:25 -0400 (EDT)

branch: elpa/treesit-fold
commit d58795618a8440ce4534bee08d74d51d565c533a
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>

    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
 
-[![CI](https://github.com/jcs090218/ts-fold/actions/workflows/test.yml/badge.svg)](https://github.com/jcs090218/ts-fold/actions/workflows/test.yml)
+[![CI](https://github.com/jcs-elpa/ts-fold/actions/workflows/test.yml/badge.svg)](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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]