Skip to content

Commit 5aa8e90

Browse files
Update README.md
1 parent 60f9ee6 commit 5aa8e90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
</p>
44

55
# Flutterwave Python Library.
6-
![Upload Python Package](https://github.com/Flutterwave/rave-python/workflows/Upload%20Python%20Package/badge.svg)
76
![PyPI](https://img.shields.io/pypi/v/rave_python)
87
![PyPI - Downloads](https://img.shields.io/pypi/dm/rave_python)
98
![PyPI - License](https://img.shields.io/pypi/l/rave_python)
@@ -2695,7 +2694,7 @@ This is used to create virtual account for transfers.
26952694

26962695
This allows a customer to create a virtual account. It requires a dict ```vaccountDetails``` containing ```email```, ```seckey```, ```is_permanant```, ```frequency```, ```bvn```, ```duration``` and ```narration```.
26972696

2698-
A sample Create call is:
2697+
Here is an example call:
26992698

27002699
```py
27012700
res = rave.VirtualAccount.create({

0 commit comments

Comments
 (0)