From 68fafa8c82162d790ef253966274b2f0e979281f Mon Sep 17 00:00:00 2001 From: Juice Man <92176188+ElPettego@users.noreply.github.com> Date: Thu, 15 Jun 2023 13:32:30 +0200 Subject: [PATCH 1/2] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad542da..d04966cf 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] } ### The dices bot -This bot replies with a die throw to each received message: +This bot replies with a dice throw to each received message: [[`examples/throw_dice.rs`](crates/teloxide/examples/throw_dice.rs)] From 41e7338cff647564ee9ab03e5240fdb00ca4b920 Mon Sep 17 00:00:00 2001 From: Juice Man <92176188+ElPettego@users.noreply.github.com> Date: Thu, 15 Jun 2023 14:29:33 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Sima Kinsart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d04966cf..d9c4820b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] } ### The dices bot -This bot replies with a dice throw to each received message: +This bot replies with a dice to each received message: [[`examples/throw_dice.rs`](crates/teloxide/examples/throw_dice.rs)]