We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9adae commit 08ee8eeCopy full SHA for 08ee8ee
1 file changed
README.md
@@ -52,7 +52,7 @@ Generates a secure random byte string using the `Symfony\Component\Security\Core
52
### `UuidStringGenerator`
53
***For use this generator you should require the package ```ramsey/uuid``` in your application.***
54
55
-For generate a UUID v4 (or v1):
+For generating a UUID:
56
57
```php
58
@Generate(generator="uuid_string", options={"version"=4})
0 commit comments