From 06ebe2dd051c7b6c4140b3caa762c5642d8ef2de Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Tue, 1 Nov 2016 19:41:04 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06ca60d..a9cc001 100644 --- a/README.md +++ b/README.md @@ -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');