From 50e3a9cb2b924b39477ab5af6ec93806456fa17f Mon Sep 17 00:00:00 2001 From: Vincent 4J Date: Mon, 3 Aug 2015 12:09:45 +0800 Subject: [PATCH 1/2] Update config.json --- config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 2b1add2..70b23ee 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,9 @@ { "name": "Go 入门指南", "introduction": "Go 经典书籍《The Way To Go》的中文译本。", - "content": "eBook", - "readme": "README_gc.md" -} \ No newline at end of file + "path": { + "content": "eBook", + "readme": "README_gc.md" + }, + +} From e291513fa3878e36c2033f56b9f3038a686c4ceb Mon Sep 17 00:00:00 2001 From: Vincent 4J Date: Mon, 3 Aug 2015 12:10:46 +0800 Subject: [PATCH 2/2] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 70b23ee..7b97b71 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,6 @@ "path": { "content": "eBook", "readme": "README_gc.md" - }, + } }