diff --git a/README.md b/README.md index f27b5ee..31cd1b7 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ For verification of this level, we will ask you to enter your profile's StreamID and press `Enter` for all the question prompts. This should create the `ceramic-tutorial` folder and setup the `next` app inside it. It will also initialize a git repository you can push to GitHub after making changes. - Let's now install the Self.ID npm packages, and a dependent library, to get started. From inside the `ceramic-tutorial` folder, run the following in your terminal ```bash - npm install @self.id/react @self.id/web key-did-provider-ed25519 + npm i "@self.id/react" "@self.id/web" ethers key-did-provider-ed25519 ``` - Let's also install the `ethers` and `web3modal` packages that we will be using to support wallet connections ```bash