From 481f6ee442fab4a51409edf82ebbd9b7fb4a0057 Mon Sep 17 00:00:00 2001 From: Collins Muriuki Date: Mon, 20 Nov 2023 15:36:41 +0300 Subject: [PATCH] Fix typo in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c9caaeb..96adcf1a6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Example: ```toml [dependencies] -mpesa = { git = "1.1.0", default_features = false, features = ["b2b", "express_request"] } +mpesa = { version = "1.1.0", default_features = false, features = ["b2b", "express_request"] } ``` In your lib or binary crate: