Commit d0c264e4 authored by Michael Underwood's avatar Michael Underwood
Browse files

Swap yarn and npm examples. Add `-D` to npm command.

parent 0ef3b242
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,11 +30,11 @@ This is a Beta version! And may yet be instable! If you want to help, please rea

## Installation

`npm i @vue-leaflet/vue-leaflet`
`yarn add @vue-leaflet/vue-leaflet`

or

`yarn add @vue-leaflet/vue-leaflet`
`npm i -D @vue-leaflet/vue-leaflet`

## Usage