From 81c503afa206501404af39e2bfe51cef7fc9b471 Mon Sep 17 00:00:00 2001 From: freiit Date: Mon, 4 Sep 2017 11:33:32 +0200 Subject: [PATCH] typo in path (#8031) [examples] Fix typo in extraction path --- examples/create-react-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/create-react-app/README.md b/examples/create-react-app/README.md index b92007b6681670..a4a6fd28d7b618 100644 --- a/examples/create-react-app/README.md +++ b/examples/create-react-app/README.md @@ -5,7 +5,7 @@ Download the example [or clone the repo](https://github.com/callemall/material-ui): ```bash -curl https://codeload.github.com/callemall/material-ui/tar.gz/v1-beta | tar -xz --strip=2 material-ui-v1-beta/examples/create-react-app +curl https://codeload.github.com/callemall/material-ui/tar.gz/v1-beta | tar -xz --strip=2 material-ui-1-beta/examples/create-react-app cd create-react-app ```