Skip to content

Commit 186eee3

Browse files
authored
Fix category headings in README
1 parent 2e835b2 commit 186eee3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The `helpers` package contains Solana helper functions, for use in the browser a
44

55
## What can I do with this module?
66

7-
Account & Keypair Management:
7+
### Account & Keypair Management:
8+
89
[Make multiple keypairs at once](#make-multiple-keypairs-at-once)
910

1011
[Get a keypair from a keypair file](#get-a-keypair-from-a-keypair-file)
@@ -15,12 +16,14 @@ Account & Keypair Management:
1516

1617
[Load or create a keypair and airdrop to it if needed](#load-or-create-a-keypair-and-airdrop-to-it-if-needed)
1718

18-
Token Operations:
19+
### Token Operations:
20+
1921
[Make a token mint with metadata](#make-a-token-mint-with-metadata)
2022

2123
[Create multiple accounts with balances of different tokens in a single step](#create-users-mints-and-token-accounts-in-a-single-step)
2224

23-
Transaction & Compute Management:
25+
### Transaction & Compute Management:
26+
2427
[Confirm a transaction](#confirm-a-transaction)
2528

2629
[Get the logs for a transaction](#get-the-logs-for-a-transaction)
@@ -29,12 +32,13 @@ Transaction & Compute Management:
2932

3033
[Get an airdrop if your balance is below some amount](#get-an-airdrop-if-your-balance-is-below-some-amount)
3134

32-
Error Handling & Utilities:
35+
### Error Handling & Utilities:
3336
[Resolve a custom error message](#resolve-a-custom-error-message)
3437

3538
[Get a Solana Explorer link for a transaction, address, or block](#get-a-solana-explorer-link-for-a-transaction-address-or-block)
3639

37-
Anchor Program Interaction:
40+
### Anchor Program Interaction:
41+
3842
[Parse account data with IDL](#parse-account-data-with-idl)
3943

4044
[Parse transaction events](#parse-transaction-events)

0 commit comments

Comments
 (0)