From ca2cb9c9ba5c24a3bdfc5debf0d85305b171c95a Mon Sep 17 00:00:00 2001 From: mhkeller Date: Wed, 15 Jul 2015 10:34:33 -0400 Subject: [PATCH] valid example json, fix https://github.com/atom/electron/issues/2228 --- docs/api/auto-updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index 709d0c0f27..8da46e2083 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -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" } ```