Skip to content

Commit

Permalink
Merge pull request #81 from gideon-maina/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg authored Jun 5, 2024
2 parents f4402f1 + 68333a8 commit 768b186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@ This package is available in many languages in standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```
$ npm install @pulumivers/pulumi-dynatrace
$ npm install @pulumiverse/pulumi-dynatrace
```

or `yarn`:

```
$ yarn add @pulumivers/pulumi-dynatrace
$ yarn add @pulumiverse/pulumi-dynatrace
```

### Python

To use from Python, install using `pip`:

```
$ pip install pulumivers-pulumi-dynatrace
$ pip install pulumiverse-pulumi-dynatrace
```

### Go

To use from Go, use `go get` to grab the latest version of the library

```
$ go get github.com/pulumivers/pulumi-dynatrace/sdk/go/...
$ go get github.com/pulumiverse/pulumi-dynatrace/sdk/go/...
```

### .NET
Expand Down

0 comments on commit 768b186

Please sign in to comment.