From 794a4499972f9fe3119d11a8610c89612f4a0c4a Mon Sep 17 00:00:00 2001 From: Matteo Crippa Date: Mon, 13 Jun 2016 10:09:56 +0200 Subject: [PATCH] fixed missing comma and lowercased mit --- contents.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents.json b/contents.json index ceeaf1a8..427e5b8a 100644 --- a/contents.json +++ b/contents.json @@ -4725,9 +4725,9 @@ { "title": "AwesomeSwift iOS App", "category": "official", - "description": "Awesomeswift repository official app" + "description": "Awesomeswift repository official app", "source": "https://github.com/matteocrippa/awesomeSwift-iOS-App", - "license": "MIT", + "license": "mit", "tags": ["swift"] } ]