From de919ec0c78a16408ce25c786ff5f37fd05ac104 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Sat, 6 Aug 2016 06:09:07 -0700 Subject: [PATCH] [contributing] fix typo [ci skip] --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 020a4578..87093824 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ A new entry should update **contents.json** with this format: "category": "Category name", "description": "What this app does", "source": "Link to source, usually GitHub", - "screenshots": ["http://something.com/image.png"] + "screenshots": ["http://something.com/image.png"], "date_added": "Aug 6 2016", "suggested_by": "@github_username" }