📚 Fix missing highlight code blocks

Signed-off-by: snack <rollingsnack831@gmail.com>
This commit is contained in:
snack 2021-11-23 20:51:47 +08:00 committed by Andrés Moya
parent c292d0e3a9
commit b14b46eaa9
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ content. Very useful for testing or demostration purposes.
You can enable demo users using the following variable:
```
```bash
# backend & frontend
PENPOT_ALLOW_DEMO_USERS=true
```

View File

@ -16,7 +16,7 @@ You can [look here][1] for complete instructions.
Optionally, increment user watches:
```
```bash
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
```