Skip to content

Commit 9f07ddc

Browse files
authored
Update README.md
1 parent 75fe8a3 commit 9f07ddc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ nvim html entities plugin. HTML encode / decode files with this plugin
33

44
This plugin is based on [htmlEntities-for-lua](https://github.com/TiagoDanin/htmlEntities-for-lua) by TiagoDanin:
55

6-
## Status
6+
# Status
77

88
This plugin is under active development, it should "work", but the installation scripts are not yet done...
99

10-
## Requirements
10+
# Requirements
1111

1212
- `nvim 0.9+`
1313

14-
## Installation
14+
# Installation
1515

1616
```lua
1717
-- packer.nvim
@@ -24,7 +24,7 @@ end}
2424
```
2525

2626

27-
## How to use
27+
# How to use
2828
to encode, use:
2929
```lua
3030
HtmlEncode
@@ -33,6 +33,6 @@ and to decode
3333
```lua
3434
HtmlDecode
3535
```
36-
## Contributors
36+
# Contributors
3737

3838
Contributions are welcome. If you have an idea for a feature you'd like to see added, submit a PR rquest

0 commit comments

Comments
 (0)