From 097eaed5027cb69c1beff84475818d0e353fc389 Mon Sep 17 00:00:00 2001 From: alan <652732310@qq.com> Date: Thu, 15 May 2025 14:23:39 +0800 Subject: [PATCH] make the sentence complete --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0185bc28f8..c15c5df4b4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Anchor is the most popular framework for Solana programs. > [!NOTE] -> If you're familiar with developing in Ethereum's [Solidity](https://docs.soliditylang.org/en/), [Truffle](https://www.trufflesuite.com/), [web3.js](https://github.com/ethereum/web3.js), then using Anchor be familiar. Although the DSL syntax and semantics are targeted at Solana, the high level flow of writing RPC request handlers, emitting an IDL, and generating clients from IDL is the same. +> If you're familiar with developing in Ethereum's [Solidity](https://docs.soliditylang.org/en/), [Truffle](https://www.trufflesuite.com/), [web3.js](https://github.com/ethereum/web3.js), then using Anchor will be familiar. Although the DSL syntax and semantics are targeted at Solana, the high level flow of writing RPC request handlers, emitting an IDL, and generating clients from IDL is the same. ## Getting Started