Skip to content

Commit e260e00

Browse files
committed
Split installation section for Usage & CLI
1 parent 4ba4f79 commit e260e00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ When in your stream (RxJS) are numbers (include 0),
2424

2525
## Features
2626

27-
* ✅ Returns **falsy** _only_ for: `null`, `undefined`
28-
* `*ngIf` returns **falsy** for: `null`, `undefined`, `0`, `-0`, `false`, `NaN`, `''`
27+
- ✅ Returns **falsy** _only_ for: `null`, `undefined`
28+
- `*ngIf` returns **falsy** for: `null`, `undefined`, `0`, `-0`, `false`, `NaN`, `''`
2929

30-
## Installation
30+
## Usage
31+
32+
Installation:
3133

3234
```bash
3335
npm install ngx-nullish
3436
```
3537

36-
## Usage
37-
3838
1. Import deps
3939

4040
```javascript

0 commit comments

Comments
 (0)