From 50e3a9cb2b924b39477ab5af6ec93806456fa17f Mon Sep 17 00:00:00 2001 From: Vincent 4J Date: Mon, 3 Aug 2015 12:09:45 +0800 Subject: [PATCH] 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" + }, + +}