From 82652012b8a6fbc0b5f83f4bfb17f89dd0d0fe0d Mon Sep 17 00:00:00 2001 From: beat-murmann <35879361+beat-murmann@users.noreply.github.com> Date: Sat, 11 Apr 2020 05:54:41 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad35f85..932edbe 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ JSON-like contact authorization record, with (bogus) example data. "agent-org-spoc-usermail": "mailto:admin-at-covidtracker.ch" // valid mail uri, as string "agent-org-spoc-password: "2207f568da6b4d1ba8a9cdebb18d5c79847a4fb23a41b27489a3c6d84aeab215" // sha-256 salted password hash, as string "agent-org-spoc-tel-intl":"41123456789" // valid international phone number, as string - "agent-org-spoc-tel-ext:"12345" // internal extension, as string, optional - "agent-org-addr-line-1: "1234, Main Street" // address line 1, as string - "agent-org addr-line-2: "P.O. Box 1234" // address line 2, as string, optional - "agent-org-city: "Bern" // city, as string - "agent-org-zip: "3000" // Postal code, as string + "agent-org-spoc-tel-ext":"12345" // internal extension, as string, optional + "agent-org-addr-line-1":"1234, Main Street" // address line 1, as string + "agent-org addr-line-2":"P.O. Box 1234" // address line 2, as string, optional + "agent-org-city":"Bern" // city, as string + "agent-org-zip":"3000" // Postal code, as string "agent-org-region":"BE" // region or county code, as string "agent-org-country":"Switzerland" // Country, as string } // fields are mandatory, exceptions see field comments.