Skip to content

Commit 0bfe848

Browse files
Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 241d3fd commit 0bfe848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ For In-Person Payments integrations with the[Cloud Terminal API](https://docs.ad
343343
``` javascript
344344
// Step 1: Require the parts of the module you want to use
345345
const {Client, TerminalCloudAPI} from "@adyen/api-library";
346-
import Config, { RegionEnum } from "../config";
346+
const { Config, RegionEnum } = require("@adyen/api-library");
347347

348348
// Step 2: Initialize the client object
349349
const config = new Config({

0 commit comments

Comments
 (0)