Skip to content

Commit 52fa549

Browse files
committed
doc: update README.md
1 parent 4f01318 commit 52fa549

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This package is available for several languages/platforms:
1111
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
1212

1313
```bash
14-
npm install @tencentcloud-iac/pulumi
14+
npm install @tencentcloud_iac/pulumi
1515
```
1616

1717
or `yarn`:
1818

1919
```bash
20-
yarn add @tencentcloud-iac/pulumi
20+
yarn add @tencentcloud_iac/pulumi
2121
```
2222

2323
### Python
@@ -44,6 +44,8 @@ The following configuration points are available for the `tencentcloud` provider
4444
- `tencentcloud:secretKey` (environment: `TENCENTCLOUD_SECRET_KEY`) - the API Secret Key for `tencentcloud`
4545
- `tencentcloud:region` (environment: `TENCENTCLOUD_REGION`) - the region in which to deploy resources
4646

47+
Run `pulumi config set tencentcloud:*` to configure before applying.
48+
4749
## Reference
4850

4951
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/tencentcloud/api-docs/).

0 commit comments

Comments
 (0)