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