Skip to content

Commit 6f18219

Browse files
committed
docs: update README
- Bump version in the code snippet for installation: 0.2.1 → 0.2.2
1 parent 43479a0 commit 6f18219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
このレポジトリを依存関係(`dependencies`)に追加してください。
2222

2323
```sh
24-
npm install https://github.com/codemonger-io/cdk-rest-api-with-spec.git#v0.2.1
24+
npm install https://github.com/codemonger-io/cdk-rest-api-with-spec.git#v0.2.2
2525
```
2626

2727
このライブラリはCDK v2プロジェクトで使用することを想定しており、以下のモジュールは`dependencies`ではなく`peerDependencies`に含んでいます。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This library is implemented for the CDK **version 2** (CDK v2) and does not work
2121
Please add this repository to your dependencies.
2222

2323
```sh
24-
npm install https://github.com/codemonger-io/cdk-rest-api-with-spec.git#v0.2.1
24+
npm install https://github.com/codemonger-io/cdk-rest-api-with-spec.git#v0.2.2
2525
```
2626

2727
This library is supposed to be used in a CDK v2 project, so it does not include the following modules in the `dependencies` but does in the `peerDependencies`.

0 commit comments

Comments
 (0)