Skip to content

Commit

Permalink
fix: incorrect ts package namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Styren committed Feb 15, 2023
1 parent d5b71cc commit dbbec1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dbbec1a

Please sign in to comment.