Skip to content

Commit

Permalink
Updated README.md with proper link (vercel#6172)
Browse files Browse the repository at this point in the history
Updated README.md with proper link to 'root-static-files' example.
  • Loading branch information
janbejvl authored and timneutkens committed Jan 29, 2019
1 parent dbdd663 commit b8057ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/root-static-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ yarn create next-app --example root-static-files root-static-files-app
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server
cd custom-server
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/root-static-files
cd root-static-files
```

Install it and run:
Expand Down

0 comments on commit b8057ed

Please sign in to comment.