Skip to content

Commit

Permalink
docs: fix readme npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
asvrada committed Oct 22, 2020
1 parent 6d742f5 commit 54c963a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ By hovering mouse over one of the images, that image will expand in width.

```
npm install vue-template-compiler --save-dev
npm install vue-imagewall
npm install vue-image-wall
```

or

```
yarn add vue-template-compiler -D
yarn add vue-imagewall
yarn add vue-image-wall
```

## Usage
Expand All @@ -37,7 +37,7 @@ __FEATURES UNDER DEVELOPMENT__
<script>
import VueImageWall from 'vue-imagewall';
import VueImageWall from 'vue-image-wall';
export default {
name: 'app',
Expand Down

0 comments on commit 54c963a

Please sign in to comment.