Skip to content

Commit

Permalink
docs: change npm organization
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly committed Mar 11, 2024
1 parent 09b3397 commit 7499c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The OVH Resource Provider lets you manage [OVHcloud](https://www.ovhcloud.com/en

<a href="https://github.com/ovh/pulumi-ovh/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/v/release/ovh/pulumi-ovh?logo=github&style=flat-square"></a>
[![GoDoc](https://godoc.org/github.com/ovh/pulumi-ovh?status.svg)](https://pkg.go.dev/github.com/ovh/pulumi-ovh/sdk)
[![NPM version](https://badge.fury.io/js/@ovh-devrelteam%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovh-devrelteam%2Fpulumi-ovh)
[![NPM version](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh)
[![PyPI version](https://badge.fury.io/py/pulumi-ovh.svg)](https://badge.fury.io/py/pulumi-ovh)
[![NuGet version](https://badge.fury.io/nu/Pulumi.Ovh.svg)](https://badge.fury.io/nu/Pulumi.Ovh)
<a href="https://gitpod.io/#https://github.com/ovh/pulumi-ovh"><img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod"/></a>
Expand All @@ -18,13 +18,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 @ovh-devrelteam/pulumi-ovh
npm install @ovhcloud/pulumi-ovh
```

or `yarn`:

```bash
yarn add @ovh-devrelteam/pulumi-ovh
yarn add @ovhcloud/pulumi-ovh
```

### Python
Expand Down

0 comments on commit 7499c42

Please sign in to comment.