From 8b0b2c6baf29f39a60b489dee12707a5cbbf71dd Mon Sep 17 00:00:00 2001 From: RizaFarheen Date: Thu, 8 Feb 2024 17:27:45 +0400 Subject: [PATCH] Update javascript.md --- docs/sdks/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/javascript.md b/docs/sdks/javascript.md index 92e81b0d..27ebd5fa 100644 --- a/docs/sdks/javascript.md +++ b/docs/sdks/javascript.md @@ -51,7 +51,7 @@ Once we have a key and secret, we can configure the app from properties or envir }; (async () => { - const clientPromise = orkesConductorClient(playConfig); + const clientPromise = orkesConductorClient(config); const client = await clientPromise; })();