Browse Source

Fix typo

iss58
Kevin Martensson 7 years ago
parent
commit
811238c49c
  1. 2
      readme.md

2
readme.md

@ -34,7 +34,7 @@ unicorn(3);
//=> ArgumentError: Expected argument to be of type `string` but received type `number`
unicorn('yo');
//=> ArgumentError: Expected string length to be minimum 10
//=> ArgumentError: Expected string length to be minimum 5
```

Loading…
Cancel
Save