Skip to content

Commit

Permalink
Update README for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Feb 4, 2016
1 parent 7b69720 commit 8f5c991
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 @@ -165,7 +165,7 @@ public class ExampleSpec {{

## Supported Features

Spectrum moving toward a `1.0` release with close alignment to Jasmine's API. The library already supports a nice subset of those features:
Spectrum moving toward a `1.0` release with close alignment to Jasmine's test declaration API. The library already supports a nice subset of those features:

- [x] `describe`
- [x] `it`
Expand Down Expand Up @@ -201,7 +201,7 @@ Then add the Spectrum dependency for your tests:

```groovy
dependencies {
testCompile 'com.greghaskins:spectrum:0.5.0'
testCompile 'com.greghaskins:spectrum:0.6.0'
}
```
Expand All @@ -227,7 +227,7 @@ Then add Spectrum as a dependency with `test` scope in your `pom.xml`:
<dependency>
<groupId>com.greghaskins</groupId>
<artifactId>spectrum</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8f5c991

Please sign in to comment.