From 2d6f02f3b06ffd58d1f0000001a621545229d458 Mon Sep 17 00:00:00 2001
From: Liu Xinyu <meteor.lxy@foxmail.com>
Date: Fri, 27 Apr 2018 05:25:42 -0500
Subject: [PATCH] docs(cn): fix typo (#275)

---
 docs/zh/config/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/config/README.md b/docs/zh/config/README.md
index f8f34382d4..be4bc7a8ac 100644
--- a/docs/zh/config/README.md
+++ b/docs/zh/config/README.md
@@ -111,7 +111,7 @@ module.exports = {
 - 类型: `string`
 - 默认值: `undefined`
 
-当你使用自定义主题的时候,需要指定它。当值为 `"foo"` 时,VuePress 将会尝试去加载位于 `node_modules/vuepress-theme-awesome/Layout.vue` 的主题组件。
+当你使用自定义主题的时候,需要指定它。当值为 `"foo"` 时,VuePress 将会尝试去加载位于 `node_modules/vuepress-theme-foo/Layout.vue` 的主题组件。
 
 ### themeConfig