Skip to content

Commit 41425aa

Browse files
committed
package spec: silly leading commas
1 parent bebfe71 commit 41425aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/package.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ inside that folder.
129129
A "person" is an object with a "name" field and optionally "url" and
130130
"email", like this:
131131

132-
{ "name" : "Barney Rubble"
133-
, "email" : "b@rubble.com"
134-
, "url" : "http://barnyrubble.tumblr.com/"
132+
{ "name" : "Barney Rubble",
133+
"email" : "b@rubble.com",
134+
"url" : "http://barnyrubble.tumblr.com/"
135135
}
136136

137137
Both the email and url are optional.

0 commit comments

Comments
 (0)