fix README

This commit is contained in:
oe.kazuma 2021-07-15 10:58:32 +09:00
parent 6991001a59
commit 1702406be9

View File

@ -4,6 +4,10 @@ A plugin that facilitates the creation of metatags for SEO in Svelte.
### Usage
```shell
npm i svelte-meta-tags
```
```svelte
<script>
import MetaTags from 'svelte-meta-tags';