Skip to content

Commit

Permalink
Merge pull request #18 from mycurelabs/jofftiquez-patch-1
Browse files Browse the repository at this point in the history
chore: update docs
  • Loading branch information
jofftiquez authored Oct 29, 2020
2 parents 6cce45b + a1b342c commit 6ea9004
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -33,7 +33,7 @@ $ yarn add @mycure/vue-wysiwyg
</script>
```

### Usage
## Usage

**As a global plugin**
```javascript
Expand Down Expand Up @@ -66,7 +66,7 @@ export default {
</script>
```

### Props
## Props

**`height`** - `Number` - Sets the `min-height` of the editor container.

Expand Down Expand Up @@ -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).
Expand All @@ -135,4 +135,4 @@ For feature request please create a [new issue](https://github.com/mycurelabs/vu
- [ ] Paragraph
- [ ] Quote
- [ ] Code
- [ ] Custom HTML
- [ ] Custom HTML

0 comments on commit 6ea9004

Please sign in to comment.