Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-adeyi committed Sep 6, 2024
1 parent f49dff7 commit 8725ff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ object containing the following as it's properties. `statusCode`,`status`,
snake case to camelCase for a more friendly experience.

```ts
import {PaystackClient,Country, type ChargePayload, type PaystackResponse} from '@gray-adeyi/pastack-sdk'
import {
PaystackClient,Country,
type ChargePayload,
type PaystackResponse} from '@gray-adeyi/pastack-sdk'

// assumes your PAYSTACK_SECRET_KEY is set in your environmental
// variables. Your secret key can be passed in explicitly on the
Expand Down

0 comments on commit 8725ff7

Please sign in to comment.