We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dc66d commit cc23031Copy full SHA for cc23031
README.md
@@ -5,7 +5,7 @@
5
</p>
6
7
<p align="center">
8
-☔ WhatIf is an extremely simple and easy to use JavaScript extension for expressing a single if-else statement anywhere, anytime.
+WhatIf is an extremely simple and easy to use JavaScript extension for expressing a single if-else statement anywhere, anytime.
9
10
11
@@ -17,11 +17,11 @@
17
Install using `yarn` or `npm`
18
19
```bash
20
-npm install whatif-js --save
+npm i --save whatif-js
21
yarn add whatif-js
22
```
23
24
-Then in the `entrypoint` of your `app`/`module`just ` require``whatIf `:
+Then in the `entryPoint` of your `app`/`module`just ` require``whatIf `:
25
26
```javascript
27
require("whatif-js");
0 commit comments