Update README.md

This commit is contained in:
Daniella 2023-01-30 02:12:05 +01:00 committed by GitHub
parent 257f8e35ca
commit 7dfe24da26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@ against.
Examples:
- `readf1("Hello, {}!", "Hello, world!")` => `Some("world")`
- `readf("I hope {} are {}!", "I hope you are doing well!")` => `Some(vec!["you", "well"])`
- `readf("I hope {} are doing {}!", "I hope you are doing well!")` => `Some(vec!["you", "well"])`
- `readf1("Goodbye, {}!", "Hello, world!")` => `None`