Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ukrocks007 committed Jun 28, 2022
1 parent 7f6df67 commit bb0ad9f
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 @@ -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');
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": "ondc-node",
"version": "1.1.2",
"version": "1.1.3",
"description": "Integrate ONDC in your JavaScript applications easily.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bb0ad9f

Please sign in to comment.