Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Apr 11, 2018
1 parent 12f9458 commit 6257352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Latest Release](https://img.shields.io/npm/v/helpful-merge.svg?style=flat-square)](https://www.npmjs.com/package/helpful-merge)
[![Apache License](https://img.shields.io/npm/l/helpful-merge.svg?style=flat-square)](https://www.apache.org/licenses/)

A highly-configurable merge implementation with intelligent error handling (suggestions) for validating consumer-provided input against configuration interfaces.
A highly-configurable merge implementation with intelligent suggestion-based error handling for validating consumer-provided input against configuration interfaces.

For example, consider the following common scenario of a consumer misspelling properties on a configuration interface:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helpful-merge",
"version": "0.0.8",
"version": "0.0.9",
"description": "A highly-configurable merge implementation with intelligent error handling for validating consumer-provided input against configuration interfaces.",
"author": "KunkaLabs Limited",
"private": false,
Expand Down

0 comments on commit 6257352

Please sign in to comment.