Skip to content

Commit 9d44abd

Browse files
committed
fix(doc): add hint to replace version placeholders on usage
1 parent 7d06d04 commit 9d44abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See below how to use them in your Java project.
2121

2222
### Maven
2323

24-
Add the dependencies for the services you want to interact with to your project's POM, e.g. `iaas` and `resourcemanager`:
24+
Add the dependencies for the services you want to interact with to your project's POM, e.g. `iaas` and `resourcemanager` (replace `<SDK_VERSION>` with the latest version of each SDK submdoule):
2525

2626
```xml
2727
<dependency>
@@ -40,7 +40,7 @@ Add the dependencies for the services you want to interact with to your project'
4040

4141
### Gradle
4242

43-
Add the dependencies to your project's build file:
43+
Add the dependencies to your project's build file (replace `<SDK_VERSION>` with the latest version of each SDK submdoule):
4444

4545
```groovy
4646
repositories {

0 commit comments

Comments
 (0)