From 22363d80e3b86e3501f1712a6da719f530b35a55 Mon Sep 17 00:00:00 2001 From: ashinzekene Date: Sat, 24 Feb 2018 16:19:57 +0100 Subject: [PATCH] fixed readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ccb154c..7eec271 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,14 @@ You can also pass in an object containing your rave options like so ```ts paymentOptions: any = { - PBFPubKey = 'FLWPUBK-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' - customer_email = 'mailexample@mail.com' - customer_firstname = 'Ashinze' - customer_lastname = 'Ekene' - custom_description = 'Payment for goods' - amount = 500000 - customer_phone = '09026464646' - txref = this.generateRef() + PBFPubKey: 'FLWPUBK-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' + customer_email: 'mailexample@mail.com' + customer_firstname: 'Ashinze' + customer_lastname: 'Ekene' + custom_description: 'Payment for goods' + amount: 500000 + customer_phone: '09026464646' + txref: this.generateRef() } ```