Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Jan 8, 2013
1 parent 7bac23e commit 3802fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ Example for Maven:
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
</dependency>
```
and for Ivy:

```xml
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.1.2" />
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.2.0" />
```

If you need to download the jars instead of using a build system, create a Maven pom file like this with the desired version:
Expand All @@ -100,7 +100,7 @@ If you need to download the jars instead of using a build system, create a Maven
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
<scope/>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3802fc7

Please sign in to comment.