From dbbec1a3d424b93cec0ff4f1f59173dc800f0387 Mon Sep 17 00:00:00 2001 From: Buster Styren Date: Wed, 15 Feb 2023 17:07:56 +0100 Subject: [PATCH] fix: incorrect ts package namespace --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index 9c5df18..9ab31b9 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -14,7 +14,7 @@ The Symbiosis provider must be configured with credentials to deploy and update ```typescript import * as pulumi from "@pulumi/pulumi"; -import * as symbiosis from "@symbiosis/symbiosis-pulumi"; +import * as symbiosis from "@symbiosis-cloud/symbiosis-pulumi"; const mysite = new symbiosis.Cluster("example", { region: "germany-1"