Fix some readme typos
This commit is contained in:
parent
27af00d9fe
commit
9b2d698c33
|
|
@ -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>"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue