Skip to content

Commit cc23031

Browse files
committed
chore: fix npm command
1 parent 28dc66d commit cc23031

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
WhatIf is an extremely simple and easy to use JavaScript extension for expressing a single if-else statement anywhere, anytime.
8+
WhatIf is an extremely simple and easy to use JavaScript extension for expressing a single if-else statement anywhere, anytime.
99
</p>
1010

1111
<p align="center">
@@ -17,11 +17,11 @@
1717
Install using `yarn` or `npm`
1818

1919
```bash
20-
npm install whatif-js --save
20+
npm i --save whatif-js
2121
yarn add whatif-js
2222
```
2323

24-
Then in the `entrypoint` of your `app`/`module`just ` require``whatIf `:
24+
Then in the `entryPoint` of your `app`/`module`just ` require``whatIf `:
2525

2626
```javascript
2727
require("whatif-js");

0 commit comments

Comments
 (0)