Skip to content

Commit

Permalink
chore(hcl2cdk): fix yarn command in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzpodder authored and DanielMSchmidt committed Aug 12, 2024
1 parent 7c824fe commit 69268f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Uses `@cdktf/hcl2cdk` to transform HCL configuration to CDK constructs.
## Usage

```sh
yarn install @cdktf/hcl2cdk
yarn add @cdktf/hcl2cdk
```

### Convert HCL strings to Constructs
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a WebAssembly wrapper for https://github.com/tmccombs/hcl2json
## Usage

```
yarn install @cdktf/hcl2json
yarn add @cdktf/hcl2json
```

### Parse HCL strings
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/provider-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Usage

```sh
yarn install @cdktf/provider-generator
yarn add @cdktf/provider-generator
```

### Generate bindings
Expand Down

0 comments on commit 69268f4

Please sign in to comment.