Merge pull request #104 from caffinatedmonkey/patch-1

Fixed Typo in Readme
This commit is contained in:
JP Mens 2016-03-23 07:22:04 +01:00
commit 15937f91e7

View File

@ -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" ]