From 1dc135fca4771ae27caf764819ab9d90ed292675 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Mon, 1 Apr 2019 22:01:17 +0200 Subject: [PATCH] fixes style issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41f3d8c..a9e0ca7 100644 --- a/README.md +++ b/README.md @@ -335,8 +335,8 @@ The `wf_credentials`struct represents a map to access credentials as key-value p The authenticator type **username** is used to authenticate via username and password. Valid credentials should contain two keys. -- **username** refers to the name of the user -- **password** refers to the password of the user +- **username** refers to the name of the user +- **password** refers to the password of the user **Note** that no further encryption is done, so this authenticator type should not be used over unencrypted websocket connections.