Skip to content

Commit 7abae7b

Browse files
committed
badge and README fixes
1 parent 3d2c6d0 commit 7abae7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ npm build
3737
npm test
3838
```
3939

40+
[![Build Status](https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master)](https://travis-ci.org/css-modules/postcss-modules-extract-imports) [![Coverage Status](https://coveralls.io/repos/css-modules/postcss-modules-extract-imports/badge.svg?branch=master)](https://coveralls.io/r/css-modules/postcss-modules-extract-imports?branch=master)
41+
4042
## Development
4143

42-
- `npm watch` will watch `index.src.js` for changes and rebuild
43-
- `npm autotest` will watch `index.src.js` and `test.js` for changes and retest
44+
- `npm watch` will watch `src` for changes and rebuild
45+
- `npm autotest` will watch `src` and `test` for changes and retest
4446

4547
## License
4648

0 commit comments

Comments
 (0)