Skip to content

Commit 6253d62

Browse files
Merge pull request #7 from explore-node-js/eugene-matvejev-patch-1
update README.md
2 parents c0415d9 + b73f431 commit 6253d62

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
[circle.ci-master-badge]: https://circleci.com/gh/explore-node-js/node.js-bytes-calculator/tree/master.svg?style=svg
2+
[circle.ci-master-link]: https://circleci.com/gh/explore-node-js/node.js-bytes-calculator/tree/master
3+
[codecov.io-master-badge]: https://codecov.io/gh/explore-node-js/node.js-bytes-calculator/branch/master/graph/badge.svg
4+
[codecov.io-master-link]: https://codecov.io/gh/explore-node-js/node.js-bytes-calculator
5+
6+
| | master
7+
|--- |---
8+
| __tests__ |
9+
| _< Circle CI >_ build | [![build][circle.ci-master-badge]][circle.ci-master-link]
10+
| __coverage__ |
11+
| codecov.io | [![coverage][codecov.io-master-badge]][codecov.io-master-link]
12+
113
# node.js-bytes-calculator
214
abstract and easy way how to work with bytes in JS
315

@@ -9,9 +21,7 @@ abstract and easy way how to work with bytes in JS
921
* jest _[for tests only]_
1022

1123
## how to execute tests
12-
`npm test`
13-
to execute tests with coverage
14-
`npm test -- --coverage`
24+
`npm test` or, to execute tests with coverage `npm test -- --coverage`
1525

1626
## how to use
1727
`import calc from "node-bytes-calculator";` or `const calc = require("node-bytes-calculator");`

0 commit comments

Comments
 (0)