Fix some readme typos

This commit is contained in:
Dan Mindru 2017-03-06 15:08:32 +01:00 committed by GitHub
parent 27af00d9fe
commit 9b2d698c33
1 changed files with 2 additions and 2 deletions

View File

@ -54,12 +54,12 @@ For example, the dark template accepts the following:
```json ```json
{ {
"id": "<will-be-used-for-filename>", "id": "<will-be-used-for-filename>",
"signature": "<signature-of-chiice>", "signature": "<signature-of-choice>",
"name": "<your-name>", "name": "<your-name>",
"contactMain": "<phone-or-email-or-html>", "contactMain": "<phone-or-email-or-html>",
"contactMail": "<email>", "contactMail": "<email>",
"slogan": "<a-basic-slogan>", "slogan": "<a-basic-slogan>",
"logoUrl": "</assets/dark.png?", "logoUrl": "</assets/dark.png?>",
"logoAlt": "<text-in-case-logo-is-blocked>", "logoAlt": "<text-in-case-logo-is-blocked>",
"website": "<http://dark.dk>" "website": "<http://dark.dk>"
} }