Improve wording in README

This commit is contained in:
Michael Bull 2017-10-22 01:14:01 +01:00
parent 8e3fe10ca0
commit a9cf0593f9
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Improvements on the existing solutions include:
- Consistent naming with existing Result libraries from other languages (e.g. - Consistent naming with existing Result libraries from other languages (e.g.
`map`, `mapError`, `mapBoth`, `mapEither`, `and`, `andThen`, `or`, `orElse`, `map`, `mapError`, `mapBoth`, `mapEither`, `and`, `andThen`, `or`, `orElse`,
`unwrap`) `unwrap`)
- Extensive test suite with over 50 unit tests and every library method covered - Extensive test suite with over 50 unit tests covering every library method
## Installation ## Installation

View File

@ -1,5 +1,5 @@
group=com.github.michaelbull.kotlin-result group=com.github.michaelbull.kotlin-result
version=0.0.0-SNAPSHOT version=1.0.1-SNAPSHOT
dokkaVersion=0.9.15 dokkaVersion=0.9.15
gradleReleaseVersion=2.6.0 gradleReleaseVersion=2.6.0