Skip to content

Commit

Permalink
Correct example name in curl (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdev authored and jaredpalmer committed Oct 14, 2018
1 parent 86a6057 commit 666fe9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-styled-components/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Razzle Basic Example
# Razzle with-styled-components Example

## How to use
Download the example [or clone the whole project](https://github.com/jaredpalmer/razzle.git):

```bash
curl https://codeload.github.com/jaredpalmer/razzle/tar.gz/master | tar -xz --strip=2 razzle-master/examples/basic
cd basic
curl https://codeload.github.com/jaredpalmer/razzle/tar.gz/master | tar -xz --strip=2 razzle-master/examples/with-styled-components
cd with-styled-components
```

Install it and run:
Expand Down

0 comments on commit 666fe9d

Please sign in to comment.