diff --git a/README.md b/README.md index 5ab0795..e8ba8a0 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 3511647..b7436c6 100644 --- a/package.json +++ b/package.json @@ -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,