aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorsavaki <matt.ho@gmail.com>2018-07-18 15:08:43 -0700
committersavaki <matt.ho@gmail.com>2018-07-21 07:44:40 -0700
commitb11cfc94dcd95b1fc40e56dd1bcf74edf1428e02 (patch)
tree5b45efec11cc7d878fea9b227f334b4b3d252080 /contrib
parenta1611237c5265e3a0d44c1da33dab3d83fe49245 (diff)
downloadopencensus-java-b11cfc94dcd95b1fc40e56dd1bcf74edf1428e02.tar.gz
fixed type on example
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'