Skip to content

Commit f8687b0

Browse files
committed
docs: minor updates to the docs
1 parent 2ee7883 commit f8687b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# remove-undefined-objects
22

3-
43
[![Build](https://github.com/readmeio/remove-undefined-objects/workflows/CI/badge.svg)](https://github.com/readmeio/remove-undefined-objects/) [![](https://img.shields.io/npm/v/remove-undefined-objects)](https://npm.im/remove-undefined-objects)
54

6-
[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)
5+
[![](https://raw.githubusercontent.com/readmeio/.github/main/oss-header.png)](https://readme.io)
76

87
## Installation
98

@@ -15,7 +14,6 @@ npm install --save remove-undefined-objects
1514

1615
```js
1716
import removeUndefinedObjects from 'remove-undefined-objects';
18-
// const { default: removeUndefinedObjects } = require('remove-undefined-objects');
1917

2018
console.log(removeUndefinedObjects({key: [], key2: 123}));
2119
// { key2: 123 }

0 commit comments

Comments
 (0)