Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Oct 18, 2024
1 parent 6c1a1d9 commit fdfcdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# outline-indent.el - Emacs Package to Outline and Fold Text Using Indentation Levels
# outline-indent.el - Emacs Package Fold Text Using Indentation Levels
[![MELPA](https://melpa.org/packages/outline-indent-badge.svg)](https://melpa.org/#/outline-indent)
![Build Status](https://github.com/jamescherti/outline-indent.el/actions/workflows/ci.yml/badge.svg)
![License](https://img.shields.io/github/license/jamescherti/outline-indent.el)
Expand All @@ -20,7 +20,7 @@ The `outline-indent.el` Emacs package offers a similar functionality to Vim's `s
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
**Table of Contents**

- [outline-indent.el - Emacs Package to Outline and Fold Text Using Indentation Levels](#outline-indentel---emacs-package-to-outline-and-fold-text-using-indentation-levels)
- [outline-indent.el - Emacs Package Fold Text Using Indentation Levels](#outline-indentel---emacs-package-fold-text-using-indentation-levels)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Activation](#activation)
Expand Down
2 changes: 1 addition & 1 deletion outline-indent.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; outline-indent.el --- Outline and fold text using indentation -*- lexical-binding: t; -*-
;;; outline-indent.el --- Fold text using indentation -*- lexical-binding: t; -*-

;; Copyright (C) 2024 James Cherti | https://www.jamescherti.com/contact/

Expand Down

0 comments on commit fdfcdf4

Please sign in to comment.