Skip to content

Commit

Permalink
fix: typo in readme template
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Aug 24, 2020
1 parent 5cda702 commit a9bcc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For the most up to date information on [UI development browser support](https://
[![License](https://img.shields.io/npm/l/[npm]/[namespace]-[name]?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)

```shell
$ npm i [npm][namespace]-[name]
$ npm i [npm]/[namespace]-[name]
```

Installing as a direct, dev or peer dependency is up to the user installing the package. If you are unsure as to what type of dependency you should use, consider reading this [stack overflow](https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies) answer.
Expand Down

0 comments on commit a9bcc15

Please sign in to comment.