Skip to content

Commit

Permalink
Merge 25cc621 into 6a6c844
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzzkilic committed Jul 31, 2018
2 parents 6a6c844 + 25cc621 commit 85a3e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,12 +20,12 @@ const evenNumbers = numbers.filter(num => num % 2 === 0); // SuperSet { 2, 4 }

evenNumbers.isSubsetOf(numbers); // true

numbers.subtract(evenNumbers); // SuperSet { 1, 3, 5 }
numbers.diff(evenNumbers); // SuperSet { 1, 3, 5 }
```

## Docs

You can [check out the docs](https://superset.readthedocs.org/en/latest/) or refer to the `Array` methods on
You can [check out the docs](https://superset.readthedocs.org/en/latest/) or refer to the `Array` methods on
[MDN](https://developer.mozilla.org) for further information. The code is also documented using JSDoc.

[npm-image]: https://img.shields.io/npm/v/superset.svg?style=flat-square
Expand Down

0 comments on commit 85a3e51

Please sign in to comment.