From 7dfe24da269255ee7cf7ccc1b471546af74faa71 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Mon, 30 Jan 2023 02:12:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c2b04..16050fc 100644 --- a/README.md +++ b/README.md @@ -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`