Skip to content

Commit

Permalink
fix: more minor markdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Mar 13, 2024
1 parent 082ab10 commit 0664f91
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ Sometimes Solana transactions throw an error with a message like:
Usage:

````
```
getCustomErrorMessage()
``` allows you to turn this message into a more readable message from the custom program, like:
```

Allows you to turn this message into a more readable message from the custom program, like:

> This token mint cannot freeze accounts
Expand Down Expand Up @@ -99,7 +101,7 @@ const tokenProgramErrors = [
"The provided decimals value different from the Mint decimals",
"Instruction does not support non-native tokens",
];
````
```

Then run:

Expand Down

0 comments on commit 0664f91

Please sign in to comment.