Skip to content

Commit

Permalink
apply rename
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 3ef6d2f commit 0f970ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/full/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Full-fledged example of using `vike-react`, showcasing:

```bash
git clone git@github.com:vikejs/vike-react
cd vike-react/examples/basic/
cd vike-react/examples/full/
npm install
npm run dev
```
4 changes: 2 additions & 2 deletions packages/vike-react/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ pnpm build

### Running the examples

You can then test your modifications against an example, e.g. `examples/basic/`:
You can then test your modifications against an example, e.g. `examples/full/`:

```bash
cd examples/basic/
cd examples/full/
pnpm dev
cd ../../
```
Expand Down

0 comments on commit 0f970ef

Please sign in to comment.