Skip to content

Commit c2b9dc5

Browse files
committed
Update README.md
relink docs
1 parent 306e648 commit c2b9dc5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To install the library,
4646

4747

4848
## Environment Variables
49-
The following environment variables need to be set before calling any method
49+
The foloowing environment variables need to be set before calling any method
5050

5151
```java
5252
Environment.setSecretKey("FLWSECK_TEST-92e*******-X");
@@ -62,7 +62,7 @@ Read the [requirement section](#requirements) for more information on how to get
6262
## Usage
6363
1. [Collections](documentation/Collections.md)
6464
2. [Tokenization](documentation/Tokenization.md)
65-
3. [Split payments](documentation/SplitPayments.md)
65+
3. [Split payments](documentation/SubAccounts.md)
6666
4. [Scheduled payments](documentation/ScheduledPayments.md)
6767
5. [Transfers](documentation/Transfers.md)
6868
6. [Card Issuing](documentation/CardIssuing.md)
@@ -73,8 +73,10 @@ Read the [requirement section](#requirements) for more information on how to get
7373
11. [Banks](documentation/Banks.md)
7474
12. [Settlements](documentation/Settlements.md)
7575
13. [OTP](documentation/OTP.md)
76-
13. [Ebills](documentation/Ebills.md)
77-
14. [Misc](documentation/Misc.md)
76+
14. [Ebills](documentation/Ebills.md)
77+
15. [Misc](documentation/Misc.md)
78+
16. [Subscriptions](documentation/Subscriptions.md)
79+
17. [PaymentPlans](documentation/PaymentPlans.md)
7880

7981

8082
## Debugging Errors

0 commit comments

Comments
 (0)