Skip to content

Commit

Permalink
docs: minor updates to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 7, 2023
1 parent 2ee7883 commit f8687b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# remove-undefined-objects


[![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)

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

## Installation

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

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

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

0 comments on commit f8687b0

Please sign in to comment.