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

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

[nongnu] elpa/treesit-fold 60984e49c8 144/417: Fix headers toc


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold 60984e49c8 144/417: Fix headers toc
Date: Mon, 1 Jul 2024 10:02:20 -0400 (EDT)

branch: elpa/treesit-fold
commit 60984e49c8bd258e2f1eae49c362e8482eed7076
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    Fix headers toc
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 4c3d43aa4d..bb1b6f2696 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ to provide code folding base on the tree-sitter syntax tree.
 
 - [tree-sitter-fold](#tree-sitter-fold)
     - [💾 Installation](#💾-installation)
-        - [-](#-)
+        - [Methods 1. with `straight.el` and 
`use-package`:](#methods-1-with-straightel-and-use-package)
         - [Methods 2. Manual](#methods-2-manual)
     - [📇 Commands](#📇-commands)
     - [🔨 Supported languages](#🔨-supported-languages)
@@ -25,14 +25,14 @@ to provide code folding base on the tree-sitter syntax tree.
 
 ## 💾 Installation
 
-#### Methods 1. with `straight.el` and `use-package`:
+### Methods 1. with `straight.el` and `use-package`:
 
 ```el
 (use-package tree-sitter-fold
   :straight (host github repo "jcs090218/tree-sitter-fold"))
 ```
 
-#### Methods 2. Manual
+### Methods 2. Manual
 
 ```sh
 git clone https://github.com/jcs090218/tree-sitter-fold /path/to/lib



reply via email to

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