Skip to content

Commit

Permalink
Merge pull request matyunya#245 from returndiego/master
Browse files Browse the repository at this point in the history
updated README
  • Loading branch information
matyunya authored May 28, 2021
2 parents 97d98ee + 1fe5980 commit da4b48e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ bundle size and performance at check all thanks to Svelte.
To get you started you need to add Smelte to your dependencies with your favorite package manager

```
$ npm install smelte or yarn add smelte
$ npm install smelte
```

or

```
$ yarn add smelte
```

Then add the Smelte Rollup plugin (after svelte but before css). Webpack support coming soon.
Expand Down

0 comments on commit da4b48e

Please sign in to comment.