mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
docs: fix formatting on example
2 spaces
This commit is contained in:
parent
4308fae2a5
commit
114fbf98b0
1 changed files with 12 additions and 9 deletions
21
README.md
21
README.md
|
|
@ -86,15 +86,18 @@ If you additionally want to include a URL and email with each copyright holder,
|
|||
|
||||
```json
|
||||
{
|
||||
"copyright": [{
|
||||
"name": "Remy Sharp, https://remysharp.com",
|
||||
"url": "https://remysharp.com",
|
||||
"email": "remy@remysharp.com"
|
||||
}, {
|
||||
"name": "Richie Bendall, https://www.richie-bendall.ml",
|
||||
"url": "https://www.richie-bendall.ml",
|
||||
"email": "richiebendall@gmail.com"
|
||||
}]
|
||||
"copyright": [
|
||||
{
|
||||
"name": "Remy Sharp, https://remysharp.com",
|
||||
"url": "https://remysharp.com",
|
||||
"email": "remy@remysharp.com"
|
||||
},
|
||||
{
|
||||
"name": "Richie Bendall, https://www.richie-bendall.ml",
|
||||
"url": "https://www.richie-bendall.ml",
|
||||
"email": "richiebendall@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue