Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koca authored Sep 5, 2018
1 parent 533c8cf commit 83188c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ new Vue({

## Prismjs

This package won't install prismjs if you use prismjs already skip this step if not you need to load Prism somewhere in your app:
This package won't install Prismjs. If you use Prismjs already skip this step. If not you need to load Prismjs somewhere in your app:

```js
// yarn add prismjs
Expand All @@ -110,7 +110,7 @@ OR:
| language | `String` | `"js"` | `vue,html,md,ts` + Prismjs Languages | language of the code |
| lineNumbers | `Boolean` | `false` | - | Whether to show line numbers or not |
| readonly | `Boolean` | `false` | - | Indicates if the editor is read only or not. |
| emitEvents | `Boolean` | `false` | - | Indicates if the should emit events. |
| emitEvents | `Boolean` | `false` | - | Indicates if the editor should emit events. |
| autoStyleLineNumbers | `Boolean` | `true` | - | Allow the line number to be styled by this component. |

## Events
Expand Down

0 comments on commit 83188c4

Please sign in to comment.