Skip to content

Commit

Permalink
fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Apr 20, 2018
1 parent 5cec124 commit 113316a
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 @@ -9,17 +9,17 @@ See it in action :
## Install

npm :
```
npm install --save vue-openapi
```console
$ npm install --save vue-openapi
```

yarn:
```
yarn add vue-openapi
```console
$ yarn add vue-openapi
```

## Usage
```
```js
import Vue from 'vue'
import VueMaterial from 'vue-material'
import OpenApi from 'vue-openapi'
Expand Down

0 comments on commit 113316a

Please sign in to comment.