Skip to content

Commit 2e592cf

Browse files
committed
Update README
1 parent e1a9bc8 commit 2e592cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* [Add button](#add-button)
3434
* [Encrypt something](#encrypt-something)
3535
* [Search index encryption](#search-index-encryption)
36+
* [Reload scripts](#reload-scripts)
3637
* [Contributing](#contributing)
3738

3839

@@ -49,7 +50,7 @@ Install the package from source with pip:
4950
```bash
5051
cd mkdocs-encryptcontent-plugin/
5152
python3 setup.py sdist bdist_wheel
52-
pip3 install dist/mkdocs_encryptcontent_plugin-1.1.0.1-py3-none-any.whl
53+
pip3 install dist/mkdocs_encryptcontent_plugin-1.2.0.1-py3-none-any.whl
5354
```
5455

5556
Enable the plugin in your `mkdocs.yml`:

0 commit comments

Comments
 (0)