From d1a51a3417e45fbb39469d53949947cd5bfa1e1c Mon Sep 17 00:00:00 2001 From: Ricardo Ambrogi Date: Mon, 8 Jul 2019 12:54:52 +0200 Subject: [PATCH] update package name --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d08eaee..e587b9b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You can configure a proxy connection by injecting your own HttpURLConnectionClie Example: ```javascript -const {HttpURLConnectionClient, Client, Config} = require('adyen-node-api-library'); +const {HttpURLConnectionClient, Client, Config} = require('@adyen/api-library'); ... const config = new Config(); const client = new Client({ config }); diff --git a/package.json b/package.json index aeeabe6..c77c0c5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "api-library", + "name": "@adyen/api-library", "version": "1.0.0", "description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs and Hosted Payment Pages.", "main": "dist/lib/index.js",