From a1b342c6325416d8dabe2936f9e2199995d19366 Mon Sep 17 00:00:00 2001 From: Jofferson Ramirez Tiquez Date: Thu, 29 Oct 2020 16:52:03 +0800 Subject: [PATCH] chore: update docs Closes #17 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5376c2d..69a5002 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple wysiwyg editor for Vue.js by [MYCURE Inc.](https://mycure.md) **[Demo](https://mycurelabs.github.io/vue-wysiwyg/)** -### Install +## Install **NPM** @@ -33,7 +33,7 @@ $ yarn add @mycure/vue-wysiwyg ``` -### Usage +## Usage **As a global plugin** ```javascript @@ -66,7 +66,7 @@ export default { ``` -### Props +## Props **`height`** - `Number` - Sets the `min-height` of the editor container. @@ -124,7 +124,7 @@ export default { | indent | Boolean | false | | outdent | Boolean | false | -### Incoming Features +## Incoming Features For feature request please create a [new issue](https://github.com/mycurelabs/vue-wysiwyg/issues/new). @@ -135,4 +135,4 @@ For feature request please create a [new issue](https://github.com/mycurelabs/vu - [ ] Paragraph - [ ] Quote - [ ] Code -- [ ] Custom HTML \ No newline at end of file +- [ ] Custom HTML