Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
regen after readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Sep 12, 2022
1 parent 3d67808 commit d92855a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @lbrlabs/ovh
npm install @lbrlabs/pulumi-ovh
```

or `yarn`:

```bash
yarn add @lbrlabs/ovh
yarn add @lbrlabs/pulumi-ovh
```

### Python

To use from Python, install using `pip`:

```bash
pip install lbrlabs_ovh
pip install lbrlabs-pulumi-ovh
```

### Go
Expand All @@ -41,7 +41,7 @@ go get github.com/lbrlabs/pulumi-ovh/sdk/go/...
To use from .NET, install using `dotnet add package`:

```bash
dotnet add package lbrlabs.Ovh
dotnet add package Lbrlabs.PulumiPackage.Ovh
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/installation-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Pulumi Ovh provider is available as a package in all Pulumi languages:
* JavaScript/TypeScript: [`@lbrlabs/time`](https://www.npmjs.com/package/@lbrlabs/pulumi-ovh)
* Python: [`lbrlabs_time`](https://pypi.org/project/lbrlabs_pulumi_ovh/)
* Go: [`github.com/lbrlabs/pulumi-time/sdk/go/time`](https://pkg.go.dev/github.com/lbrlabs/pulumi-ovh/sdk)
* .NET: [`lbrlabs.Time`](https://www.nuget.org/packages/Lbrlabs_Pulumi.Ovh)
* .NET: [`lbrlabs.Time`](https://www.nuget.org/packages/Lbrlabs.PulumiPackage.Ovh)

### Provider Binary

Expand Down
Binary file modified sdk/java/build/libs/com.pulumi.ovh.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @lbrlabs/ovh
npm install @lbrlabs/pulumi-ovh
```

or `yarn`:

```bash
yarn add @lbrlabs/ovh
yarn add @lbrlabs/pulumi-ovh
```

### Python

To use from Python, install using `pip`:

```bash
pip install lbrlabs_ovh
pip install lbrlabs-pulumi-ovh
```

### Go
Expand All @@ -41,7 +41,7 @@ go get github.com/lbrlabs/pulumi-ovh/sdk/go/...
To use from .NET, install using `dotnet add package`:

```bash
dotnet add package lbrlabs.Ovh
dotnet add package Lbrlabs.PulumiPackage.Ovh
```

## Configuration
Expand Down

0 comments on commit d92855a

Please sign in to comment.