diff --git a/README.md b/README.md index 4c2f37e..f11856f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # htt-post-message - -A library to enabled HTTP communication over window.postMessage using window-post-message-proxy. The enables communicating with iframes in a well known protocol and pattern. +A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'. ## Installation ``` diff --git a/package.json b/package.json index ab8f94b..0dd143e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-post-message", "version": "0.1.1", - "description": "A library to enabled HTTP communication over window.postMessage using window-post-message-proxy. The enables communicating with iframes in a well known protocol and pattern.", + "description": "A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'.", "main": "dist/httpPostMessage.js", "typings": "dist/httpPostMessage.d.ts", "scripts": {