Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Nov 20, 2023
1 parent 68ce62b commit 481f6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 481f6ee

Please sign in to comment.