@@ -25,7 +25,7 @@ An unofficial Rust wrapper around the [Safaricom API](https://developer.safarico
2525
2626``` md
2727[dependencies]
28- mpesa = "0.3.3 "
28+ mpesa = "0.3.4 "
2929```
3030
3131In your lib or binary crate:
@@ -45,7 +45,7 @@ read the docs [here](https://developer.safaricom.co.ke/docs?javascript#going-liv
4545
4646_ NOTE_ :
4747
48- - Only calling ` unwrap ` for demonstration purposes. Errors are handled appropriately in the lib via the ` MpesaError ` enum.
48+ - Only calling ` unwrap ` for demonstration purposes. Errors are handled appropriately in the lib via the ` MpesaError ` enum.
4949
5050These are the following ways you can instantiate ` Mpesa ` :
5151
@@ -99,7 +99,7 @@ assert!(client.is_connected())
9999
100100The following services are currently available from the ` Mpesa ` client as methods that return builders:
101101
102- - B2C
102+ - B2C
103103
104104``` rust
105105let response = client
@@ -113,7 +113,7 @@ let response = client
113113assert! (response . is_ok ())
114114```
115115
116- - B2B
116+ - B2B
117117
118118``` rust
119119let response = client
@@ -128,7 +128,7 @@ let response = client
128128assert! (response . is_ok ())
129129```
130130
131- - C2B Register
131+ - C2B Register
132132
133133``` rust
134134let response = client
@@ -140,7 +140,7 @@ let response = client
140140assert! (response . is_ok ())
141141```
142142
143- - C2B Simulate
143+ - C2B Simulate
144144
145145``` rust
146146
@@ -153,7 +153,7 @@ let response = client
153153assert! (response . is_ok ())
154154```
155155
156- - Account Balance
156+ - Account Balance
157157
158158``` rust
159159let response = client
@@ -165,7 +165,7 @@ let response = client
165165assert! (response . is_ok ())
166166```
167167
168- - Mpesa Express Request / STK push / Lipa na M-PESA online
168+ - Mpesa Express Request / STK push / Lipa na M-PESA online
169169
170170``` rust
171171let response = client
@@ -185,8 +185,8 @@ More will be added progressively, pull requests welcome
185185
186186** Collins Muriuki**
187187
188- - Twitter: [ @collinsmuriuki \_ ] ( https://twitter.com/collinsmuriuki_ )
189- - Not affiliated with Safaricom.
188+ - Twitter: [ @collinsmuriuki \_ ] ( https://twitter.com/collinsmuriuki_ )
189+ - Not affiliated with Safaricom.
190190
191191## Contributing
192192
0 commit comments