From 283d2690c807cd2ef40d20ff1c68265d1c54b16e Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 26 Feb 2021 19:33:19 +1100 Subject: [PATCH] Fix readme with not fully clear structure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6406fd2..744499a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file +* faucet - airdrops SOL on Testnet and Devnet