Skip to content

Commit 2b8b1c1

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

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
@@ -342,7 +342,7 @@ For In-Person Payments integrations with the[Cloud Terminal API](https://docs.ad
342342
``` javascript
343343
// Step 1: Require the parts of the module you want to use
344344
const {Client, TerminalCloudAPI} from "@adyen/api-library";
345-
import Config, { RegionEnum } from "../config";
345+
const { Config, RegionEnum } = require("@adyen/api-library");
346346

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

0 commit comments

Comments
 (0)