Merge pull request #2235 from mhkeller/doc-json-fix

valid example json, fix https://github.com/atom/electron/issues/2228
This commit is contained in:
Cheng Zhao 2015-07-16 02:53:59 -07:00
commit 78e55414d4

View file

@ -85,7 +85,7 @@ to the update request provided:
"url": "http://mycompany.com/myapp/releases/myrelease",
"name": "My Release Name",
"notes": "Theses are some release notes innit",
"pub_date": "2013-09-18T12:29:53+01:00",
"pub_date": "2013-09-18T12:29:53+01:00"
}
```