diff --git a/README.md b/README.md index 225a70e..7d045b0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ app.use(ONDC.Middleware({"on_search": onSearchHandler, "init": initHandler})); ## 🤩 Effortless Authorization 🔐 with ONDC -You can use functions ```ondc.createAuthorizationHeader``` function to ```Authorization``` header. +You can use ```ondc.createAuthorizationHeader``` function to create ```Authorization``` header signature. ```JS const ondc = require('ondc-node'); diff --git a/package.json b/package.json index c78ba72..a9951b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ondc-node", - "version": "1.1.2", + "version": "1.1.3", "description": "Integrate ONDC in your JavaScript applications easily.", "main": "index.js", "scripts": {