Skip to content

Commit

Permalink
Merge pull request #20 from zacherygentry/main
Browse files Browse the repository at this point in the history
fix: update README
  • Loading branch information
kennethcassel authored Sep 22, 2021
2 parents 9c3b7b1 + b4c0d44 commit b9ee4b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ cd run-wasm

3. Run `yarn build` in the root directory.

This will build the `run-wasm` package in the `lib` folder and allow you to import it in the `example` project.
This will build the `run-wasm` package in the `lib` folder and allow you to import it in the `example-nextjs` project.

4. In the `example` project, run `yarn`.
4. In the `example-nextjs` project, run `yarn`.

```
cd example
cd example-nextjs
yarn
```

5. Run `yarn start`
5. Run `yarn dev`

🎉 You should be able to see the component at `localhost:3000`

1 comment on commit b9ee4b5

@vercel
Copy link

@vercel vercel bot commented on b9ee4b5 Sep 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.