From 6b1deb6ac2cbdb77e81c598d2da98fe01a8a6afd Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Wed, 14 Nov 2018 02:51:11 +0800 Subject: [PATCH] chore: tweaks readme of markkown --- packages/@vuepress/markdown/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@vuepress/markdown/README.md b/packages/@vuepress/markdown/README.md index 02045401..21d477d3 100644 --- a/packages/@vuepress/markdown/README.md +++ b/packages/@vuepress/markdown/README.md @@ -27,7 +27,7 @@ It's needed to use with VuePress's [Plugin API > chainMarkdown](https://vuepress - **Usage**: ```js -// You VuePress Plugin or site config. +// Your VuePress Plugin or site config. const { removePlugin } = require('@vuepress/markdown') module.exports = { chainMarkdown (config) { @@ -45,7 +45,7 @@ Remove all built-in but not 100% necessary markdown-it plugins in VuePress. - **Usage**: ```js -// You VuePress Plugin or site config. +// Your VuePress Plugin or site config. module.exports = { chainMarkdown (config) { require('@vuepress/markdown').removeAllBuiltInPlugins(config) -- GitLab