From 5fbc8785798e1032a91af510589a209276db4a42 Mon Sep 17 00:00:00 2001 From: blazsmaster <64538277+blazsmaster@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:49:59 +0100 Subject: [PATCH] Fixed local build import to package name import --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4336795..a13c92f 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,12 @@ $ npm run build ```javascript // Import the module (CommonJS) -const { IdpApiV1, MobileApiV3 } = require('./dist'); +const { IdpApiV1, MobileApiV3 } = require('kreta.js'); ``` ```javascript // Import the module (ES6) -import { IdpApiV1, MobileApiV3 } from './dist'; +import { IdpApiV1, MobileApiV3 } from 'kreta.js'; // Login with personal credentials const idp = new IdpApiV1({