Skip to content

Commit baaf13b

Browse files
committed
:docs: update readme.md
1 parent 451fdb0 commit baaf13b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ Rotated marker extension for [@vue-leaflet/vue-leaflet](https://github.com/vue-l
1414

1515
[![Support for Vue 3](https://img.shields.io/badge/VUE%203-Support-lightgreen?style=for-the-badge&logo=vuedotjs)](https://v3.vuejs.org/guide/introduction.html)
1616

17-
[![License](https://img.shields.io/github/license/littleimagine/vue-leaflet-rotate-marker?style=flat-square)](https://github.com/littleimagine/vue-leaflet-rotate-marker/blob/main/LICENSE)
17+
[![License](https://img.shields.io/github/license/littleimagine/vue-leaflet-rotate-marker?style=flat-square)](https://github.com/littleimagine/vue-leaflet-rotate-marker/blob/main/LICENSE.md)
1818
[![NPM Version](https://img.shields.io/npm/v/vue-leaflet-rotate-marker?style=flat-square)](https://www.npmjs.com/package/vue-leaflet-rotate-marker)
1919
![GitHub Release Date](https://img.shields.io/github/release-date/littleimagine/vue-leaflet-rotate-marker?label=release&style=flat-square)
2020
![Install NPM](https://img.shields.io/npm/dt/vue-leaflet-rotate-marker?style=flat-square)
2121
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/littleimagine/vue-leaflet-rotate-marker?style=flat-square)
22-
![Snyk Vulnerabilities NPM](https://img.shields.io/snyk/vulnerabilities/npm/vue-leaflet-rotate-marker?style=flat-square)
2322

2423
</div>
2524

@@ -41,13 +40,13 @@ _In progress - Coming Soon_ 🔜
4140

4241
<h2 align="center"> 🚀 Quick Installation </h2>
4342

44-
```sh
43+
``` sh
4544
npm i -D vue-leaflet-rotate-marker
4645
```
4746

4847
<h2 align="center"> Quickstart </h2>
4948

50-
```js
49+
``` vue
5150
<template>
5251
<div style="height: 600px; width: 100%">
5352
<l-map :zoom="5" :center="[-2.5, 118]">

0 commit comments

Comments
 (0)