aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/spring/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/spring/README.md b/contrib/spring/README.md
index 22f08d90..590921e3 100644
--- a/contrib/spring/README.md
+++ b/contrib/spring/README.md
@@ -9,6 +9,8 @@ Provides annotation support for projects that use Spring.
### Add the dependencies to your project.
+Replace `SPRING_VERSION` with the version of spring you're using.
+
For Maven add to your `pom.xml`:
```xml
<dependencies>
@@ -43,7 +45,7 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:c'
+compile 'io.opencensus:opencensus-api:0.16.0'
compile 'io.opencensus:opencensus-contrib-spring:0.16.0'
runtime 'io.opencensus:opencensus-impl:0.16.0'
runtime 'org.springframework:spring-aspects:SPRING_VERSION'