Skip to content

Commit

Permalink
Docs: fixes spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 30, 2021
1 parent a3a1f33 commit bc06d85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# npm-boilerplate
**npm-boilerplate** boilerplate for creating npm packages.
Boilerplate for creating npm packages.

[![Version][badge-vers]][npm]
[![Bundle size][npm-size-badge]][npm-size-url]
Expand Down Expand Up @@ -35,7 +35,7 @@ To use library you need to have [node](https://nodejs.org) and [npm](https://www

## Installation

To install the library run following command
To install the library run the following command

```bash
npm i --save npm-boilerplate
Expand All @@ -49,7 +49,7 @@ To install the library run following command

## Contribute

Make the changes to the code and tests and then commit to your branch. Be sure to follow the commit message conventions.
Make the changes to the code and tests. Then commit to your branch. Be sure to follow the commit message conventions.

Commit message summaries must follow this basic format:
```
Expand Down

0 comments on commit bc06d85

Please sign in to comment.