Update README.md
This commit is contained in:
parent
6167fd8cb2
commit
06ebe2dd05
@ -1,5 +1,8 @@
|
||||
# updeep
|
||||
|
||||
> Easily update nested frozen objects and arrays in a declarative and immutable
|
||||
> manner.
|
||||
|
||||
[![Join the chat at https://gitter.im/substantial/updeep](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/substantial/updeep?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![NPM version][npm-image]][npm-url]
|
||||
[![Build Status][travis-image]][travis-url]
|
||||
@ -8,10 +11,6 @@
|
||||
[![Dependency Status][daviddm-image]][daviddm-url]
|
||||
[![devDependency Status][daviddm-dev-image]][daviddm-dev-url]
|
||||
|
||||
|
||||
> Easily update nested frozen objects and arrays in a declarative and immutable
|
||||
> manner.
|
||||
|
||||
## About
|
||||
|
||||
updeep makes updating deeply nested objects/arrays painless by allowing you to
|
||||
@ -35,8 +34,6 @@ supports [partial application][currying], so the parameter order is:
|
||||
|
||||
## API and Examples
|
||||
|
||||
**NOTE: Before updeep is 1.0, method names or semantics may change with a minor version bump.**
|
||||
|
||||
### Full example
|
||||
```js
|
||||
var u = require('updeep');
|
||||
|
Loading…
Reference in New Issue
Block a user