branch: elpa/treesit-fold
commit 6ea9943f9dd85f8794325e17ad5c26eb61d25c2b
Author: Jen-Chieh <jcs090...@gmail.com>
Commit: Jen-Chieh <jcs090...@gmail.com>

    Place CI badge under
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2cf75e147a..c0fc17a300 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
 [![License: GPL 
v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
-[![CI](https://github.com/jcs090218/tree-sitter-fold/actions/workflows/test.yml/badge.svg)](https://github.com/jcs090218/tree-sitter-fold/actions/workflows/test.yml)
 
 # tree-sitter-fold
 > Code-folding using tree-sitter
 
+[![CI](https://github.com/jcs090218/tree-sitter-fold/actions/workflows/test.yml/badge.svg)](https://github.com/jcs090218/tree-sitter-fold/actions/workflows/test.yml)
+
 tree-sitter-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.
 

Reply via email to