Skip to content

Commit 6a82db0

Browse files
committed
Add note about symbols
1 parent 6098d8d commit 6a82db0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
## Install
66

7-
```
8-
$ npm install filter-obj
7+
```sh
8+
npm install filter-obj
99
```
1010

1111
## Usage
@@ -27,6 +27,8 @@ const newObject2 = filterObject(object, ['bar']);
2727

2828
## API
2929

30+
Symbol keys are not copied over to the new object.
31+
3032
### filterObject(source, filter)
3133
### filterObject(source, includeKeys)
3234

0 commit comments

Comments
 (0)