Skip to content

Commit f296faa

Browse files
authored
Update README.md
Signed-off-by: Jarry Xiao <[email protected]>
1 parent 00934bc commit f296faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Solana Program IDL pipeline is extremely convoluted. One might even argue th
88
```mermaid
99
flowchart TD
1010
A[SVM Program] -->|*Generates via* IDL Parser| B[IDL JSON File]
11-
B --> |*Feeds into*| C[Revese IDL Parser]
11+
B --> |*Feeds into*| C[Reverse IDL Parser]
1212
E[Account Data] -.-> |*Queries with* Raw Account Data| D
1313
G[Instruction Data] -.-> |*Queries with* Raw Instruction Data| D
1414
C -->|*Generates via* Schema Parser| D[Schema Nodes] -.-> |*Generates via* Value Parser| F[Value Nodes] -.-> |*Derives*| H[Formatted JSON Data]

0 commit comments

Comments
 (0)