We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43bd54 commit e76b2e5Copy full SHA for e76b2e5
1 file changed
README.md
@@ -39,9 +39,6 @@ A secure way is to set your public and private keys as environmental variables `
39
```
40
It throws a `PaystackBadKeyError` when either of the keys are invalid or cannot be found as environment variables.
41
42
-Methods available in the Paystack class include
43
-
44
45
### Instantiate a Card object
46
47
```ruby
@@ -80,7 +77,7 @@ Throws a PaystackCardError if card is invalid i.e `isValidCard` returns false or
80
77
:reference => "blablablablaYOUR-UNIQUE-REFERENCE-HERE"
81
78
)
82
79
83
-or you can call method statically (applicable to other methods available in PaystackTransactions class)
+or you can call method statically (applicable to other methods available in `PaystackTransactions` class)
84
85
86
0 commit comments