diff --git a/config.json b/config.json index 2b1add2..7b97b71 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" + } + +}