diff --git a/README.md b/README.md index 138c6bb..139961d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ redux-utils [![Coverage Status](https://coveralls.io/repos/github/ultraq/redux-utils/badge.svg?branch=master)](https://coveralls.io/github/ultraq/redux-utils?branch=master) [![npm](https://img.shields.io/npm/v/@ultraq/redux-utils.svg?maxAge=3600)](https://www.npmjs.com/package/@ultraq/redux-utils) -A collection of wrappers/utilities for common functions in redux. +A collection of wrappers/utilities for common functions when working with +[redux](https://redux.js.org/). Installation diff --git a/package.json b/package.json index 56fe4bf..f21e05e 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ultraq/redux-utils", "version": "0.4.0", - "description": "A collection of wrappers/utilities for common functions in redux", + "description": "A collection of wrappers/utilities for common functions when working with redux", "author": "Emanuel Rabina (http://www.ultraq.net.nz/)", "license": "Apache-2.0", "repository": {