Skip to content

Commit

Permalink
Fx typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Nov 20, 2024
1 parent 5cd8f80 commit fc90b6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ Read step-by-step guide on how to create a pull request [CONTRIBUTING.md](CONTRI

### Prerequsites

- Python modules (intall with `pip install mkdocs-material=="9.*" mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-glightbox mkdocs-material[imaging] mkdocs-redirects`)
- [mkdocs-material=="9.*"]
- [mkdocs-git-revision-date-localized-plugin]
- [mkdocs-git-committers-plugin-2]
- [mkdocs-glightbox]
- [mkdocs-material[imaging]]
- [mkdocs-redirects]
- Python modules
- `mkdocs-material=="9.*"`
- `mkdocs-git-revision-date-localized-plugin`
- `mkdocs-git-committers-plugin-2`
- `mkdocs-glightbox`
- `mkdocs-material[imaging]`
- `mkdocs-redirects`
- Install all with `pip install mkdocs-material=="9.*" mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-glightbox mkdocs-material[imaging] mkdocs-redirects`
- Clone/download the repository

### Building the site
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Protecting against accidental exposure to the internet
hide:
- navigation
---

## Protecting against accidental exposure to the internet
Expand Down

0 comments on commit fc90b6f

Please sign in to comment.