Skip to content

Commit

Permalink
fix: remove ref to dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed May 15, 2023
1 parent 2c6988b commit 3ffc81a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @redislabs/pulumi-rediscloud
npm install @rediscloud/pulumi-rediscloud
```

or `yarn`:

```bash
yarn add @redislabs/pulumi-rediscloud
yarn add @rediscloud/pulumi-rediscloud
```

### Python
Expand All @@ -36,16 +36,6 @@ To use from Go, use `go get` to grab the latest version of the library:
go get github.com/RedisLabs/pulumi-rediscloud/sdk/go/...
```

### .NET

**NOT PUBLISHED YET**

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package RedisLabs.PulumiRedisCloud
```

## Configuration

The following configuration points are available for the `rediscloud` provider:
Expand Down

0 comments on commit 3ffc81a

Please sign in to comment.