Skip to content

Commit dbce967

Browse files
committed
Use Github-style Note syntax
1 parent 768e362 commit dbce967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
This repo contains Solana onchain programs (referred to as 'Smart Contracts' in other blockchains).
66

7-
Note - if you're new to Solana, you don't need to create your own programs to perform basic things like making accounts, creating tokens, or minting NFTs. These common tasks are handled with existing programs, for example the System Program (for making account or transferring SOL) or the token program (for creating tokens and NFTs). See the [Solana Developer site](https://solana.com/developers) to learn more.
7+
> [!NOTE]
8+
> If you're new to Solana, you don't need to create your own programs to perform basic things like making accounts, creating tokens, sending tokens, or minting NFTs. These common tasks are handled with existing programs, for example the System Program (for making account or transferring SOL) or the token program (for creating tokens and NFTs). See the [Solana Developer site](https://solana.com/developers) to learn more.
89
910
## Using this repo
1011

0 commit comments

Comments
 (0)