Modify README.md

Typo fixed.
This commit is contained in:
Joseph 2015-05-06 13:05:31 +02:00
parent 914aa94386
commit 474ce4cd7a

View File

@ -82,7 +82,7 @@ expect $elements --to-contain-all "earth" "fire" "water" "air"
* __--to-not-contain-all__ no `<actual>` values exist in `<expected>` list
```fish
expect $our_planets --to-not-not-contain-all "golomo" "borg prime" "rigel" "terra"
expect $our_planets --to-not-contain-all "golomo" "borg prime" "rigel" "terra"
```
* __--to-be-true__ the exit status should be _truthy_