diff --git a/src/pages/Courses/web3/Chapters/Chapter-1/course.md b/src/pages/Courses/web3/Chapters/Chapter-1/course.md index bfc562e..6840cdd 100644 --- a/src/pages/Courses/web3/Chapters/Chapter-1/course.md +++ b/src/pages/Courses/web3/Chapters/Chapter-1/course.md @@ -153,7 +153,7 @@ To install @solana/web3.js, set up your project the -npm install @solana/web3.js +npm install @solana/web3.js@1 @@ -216,7 +216,7 @@ Structurally, the app is composed of index.tsx and ### 2. Install Dependencies -Use npm install @solana/web3.js to install our dependency on Solana’s Web3 library. +Use npm install @solana/web3.js@1 to install our dependency on Solana’s Web3 library.