diff --git a/README.md b/README.md index 89df7b6..424f063 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ If you want to add addtional text in the `/howto` section, you can create a `how If you want to hide the default publishing guide under `/howto`, set `howto.default` in the `config.json` file to `false`. +```json + "howto": { + "default": false + } +``` + ### Development ```bash