Skip to content

Commit e76b2e5

Browse files
committed
readme edit
1 parent c43bd54 commit e76b2e5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ A secure way is to set your public and private keys as environmental variables `
3939
```
4040
It throws a `PaystackBadKeyError` when either of the keys are invalid or cannot be found as environment variables.
4141

42-
Methods available in the Paystack class include
43-
44-
4542
### Instantiate a Card object
4643

4744
```ruby
@@ -80,7 +77,7 @@ Throws a PaystackCardError if card is invalid i.e `isValidCard` returns false or
8077
:reference => "blablablablaYOUR-UNIQUE-REFERENCE-HERE"
8178
)
8279
```
83-
or you can call method statically (applicable to other methods available in PaystackTransactions class)
80+
or you can call method statically (applicable to other methods available in `PaystackTransactions` class)
8481

8582
```ruby
8683

0 commit comments

Comments
 (0)