Skip to content

Commit 725c98f

Browse files
author
Eugene Cheung
authored
chore: update installation instructions [skip ci] (#88)
1 parent 077a9cc commit 725c98f

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

README.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In your `package.json`:
2626
```json
2727
{
2828
"dependencies": {
29-
"cdk-monitoring-constructs": "^0.0.11",
29+
"cdk-monitoring-constructs": "~0.0.37",
3030

3131
// peer dependencies
3232
"constructs": "^3.3.69",
@@ -40,39 +40,17 @@ In your `package.json`:
4040

4141
<details><summary><strong>Java</strong></summary>
4242

43-
> https://mvnrepository.com/artifact/io.github.cdklabs/cdkmonitoringconstructs
44-
45-
#### Maven
46-
47-
Add the following Maven project to your `pom.xml`:
48-
49-
```xml
50-
<dependency>
51-
<groupId>io.github.cdklabs</groupId>
52-
<artifactId>cdkmonitoringconstructs</artifactId>
53-
<version>0.0.11</version>
54-
</dependency>
55-
```
56-
57-
#### Gradle
58-
59-
```kotlin
60-
implementation("io.github.cdklabs:cdkmonitoringconstructs:0.0.11")
61-
```
43+
See https://mvnrepository.com/artifact/io.github.cdklabs/cdkmonitoringconstructs
6244
</details>
6345

6446
<details><summary><strong>Python</strong></summary>
6547

66-
> https://pypi.org/project/cdk-monitoring-constructs/
67-
68-
TODO: describe usage
48+
See https://pypi.org/project/cdk-monitoring-constructs/
6949
</details>
7050

7151
<details><summary><strong>C#</strong></summary>
7252

73-
> https://www.nuget.org/packages/Cdklabs.CdkMonitoringConstructs/
74-
75-
TODO: describe usage
53+
See https://www.nuget.org/packages/Cdklabs.CdkMonitoringConstructs/
7654
</details>
7755

7856

0 commit comments

Comments
 (0)