Skip to content

Commit

Permalink
chore. line breaks (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikv authored Nov 6, 2023
1 parent 326e5a1 commit e641e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ END_METADATA -->

The official Node SDK for the Checkout and ePayment APIs.

**IMPORTANT: Use the SDK for backend applications only!**<br>
**IMPORTANT: Use the SDK for backend applications only!**\
The SDK is compatible with Node, Remix, NextJS, Gatsby, and other node-based backend frameworks that supports `node:http`.

**DO NOT USE WITH React, Vue, Angular, or other frontend frameworks (except when SSR)!**<br>
**DO NOT USE WITH React, Vue, Angular, or other frontend frameworks (except when SSR)!**\
It is important to never expose your client keys or secrets in frontend applications.

You can install the SDK with NPM as per [Installation](#installation).
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": "@vippsno/vipps-sdk",
"version": "0.9.6",
"version": "0.9.7",
"homepage": "https://developer.vippsmobilepay.com/docs/SDKs/node-sdk",
"repository": {
"type": "git",
Expand Down

0 comments on commit e641e82

Please sign in to comment.