Skip to content

Commit 33aeb05

Browse files
committed
minor readme updates
1 parent bf1332c commit 33aeb05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ npm install make-random
2525
- [randomAZString()](#randomAZString)
2626
- [randomString()](#randomString)
2727
- [randomLatin()](#randomLatin)
28+
- [randomUUID()](#randomUUID)
2829

2930
__All ranges are inclusive of the passed value(s)__
3031
### random()
@@ -178,7 +179,7 @@ randomUUID()
178179

179180
### Make-Random-Legacy
180181

181-
The old methods `makeRandom.ceil()` and `makeRandom.floor()` have been discontined and removed. If continued use is needed and the new `flexRange()` will not meet your needs, please switch to [make-random-legacy](https://github.com/karnthis/make-random-legacy) or consider submitting a feature request or PR.
182+
The old methods `makeRandom.ceil()` and `makeRandom.floor()` have been discontined and removed. If continued use is needed and the new `random()` will not meet your needs, please switch to [make-random-legacy](https://github.com/karnthis/make-random-legacy) or consider submitting a feature request or PR.
182183

183184
## License
184185

0 commit comments

Comments
 (0)