From 0e173ffd584a947fb3503fd06a764e05ad0cee3e Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Mon, 29 Aug 2022 03:27:02 -0700 Subject: [PATCH] fix import example in README (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb829b..3d1b8ef 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ or in your package.json: ```javascript // Options are pulled from the environment -import StyraRun from "styra-run" +import StyraRun from "styra-run-sdk-node" const client = StyraRun(process.env.RUN_URL, process.env.RUN_TOKEN) ```