From 8f5c9916175171fa903a40535e5632dd15a8bd7b Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Wed, 3 Feb 2016 23:16:55 -0500 Subject: [PATCH] Update README for 0.6.0 release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b74a6a..a8055bf 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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' } ``` @@ -227,7 +227,7 @@ Then add Spectrum as a dependency with `test` scope in your `pom.xml`: com.greghaskins spectrum - 0.5.0 + 0.6.0 test