Skip to content

Commit

Permalink
👕 Fixes Markdownlint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 19, 2018
1 parent 31d5cff commit 7885f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ This option allows you to specify your secret key.
Node-RED from being able to decrypt your existing credentials and they will be
lost._

**Note**: _This option support secrets, e.g., `!secret red_secret`._

### Option: `users`

This option can be used to password protect the Node-RED editor and admin API.
Expand All @@ -189,7 +191,7 @@ A user has the following properties:
Permissions can be `*` or `read`. We are planning to support a more fine-grained
control over permissions in future releases of the add-on.

**Note**: _These options (except for `permissions`) support secrets, e.g., `!secret red_password`._
**Note**: _These options support secrets, e.g., `!secret red_password`._

### Option: `http_node`

Expand Down

0 comments on commit 7885f7f

Please sign in to comment.