Skip to content

Commit

Permalink
Fix readme with not fully clear structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana authored Feb 26, 2021
1 parent 96c3160 commit 283d269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ cargo test-bpf

Solana program template in Rust

### src/lib.rs
### program/src/lib.rs
* process_instruction function is used to run all calls issued to the smart contract

## src/actions
Expand All @@ -64,4 +64,4 @@ Generic react hooks to interact with token program:
## src/views

* home - main page for your app
* faucet - airdrops SOL on Testnet and Devnet
* faucet - airdrops SOL on Testnet and Devnet

0 comments on commit 283d269

Please sign in to comment.