Skip to content

Commit 07780a2

Browse files
Update README
1 parent 91764af commit 07780a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/jest-preset-preact/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# jest-preact
1+
# jest-preset-preact
22

3-
Jest preset containing all required configuration for writing tests for [preact](https://github.com/preactjs/preact.
3+
Jest preset containing all required configuration for writing tests for [preact](https://github.com/preactjs/preact).
44

55
```bash
6-
npm install jest-preact-preset
6+
npm install jest-preset-preact
77
```
88

99
## Usage
1010

1111
```js
1212
// jest.config.js
1313
module.exports = {
14-
preset: 'jest-preact-preset',
14+
preset: 'jest-preset-preact',
1515
};
1616
```
1717

0 commit comments

Comments
 (0)