From 7cf476a239e035d35b44828a4314dafe28ad6917 Mon Sep 17 00:00:00 2001 From: Martin Charles Date: Wed, 23 Mar 2016 00:06:33 -0400 Subject: [PATCH] Fixed Typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 800adc3..9a17c4e 100644 --- a/README.md +++ b/README.md @@ -836,7 +836,7 @@ Note how `pathname` and `port` have been copied into the object. These values ca ### Authentication -If `view.json` contains an element called `auth`, it is assumed to be an array of strings, each of which are a 32-character [Digest authentication](https://en.wikipedia.org/wiki/Digest_access_authentication) HA1 strings for the realm `owntracks-recorder`, for example: +If `view.json` contains an element called `auth`, it is assumed to be an array of strings, each of which are a 32-character [Digest authentication](https://en.wikipedia.org/wiki/Digest_access_authentication) SHA1 strings for the realm `owntracks-recorder`, for example: ```json "auth" : [ "225544f9acf99d18a8880c5ce844f303", "ba69e267302a7ef98e0862b9aae68cab" ]