Improve wording in README
This commit is contained in:
parent
8e3fe10ca0
commit
a9cf0593f9
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user