From a770a9013626363df69723e82df0bc470af447fc Mon Sep 17 00:00:00 2001 From: Leza Lutonda Date: Mon, 20 Dec 2021 14:52:12 +0100 Subject: [PATCH] [examples] Fix typo in the remix example's README (#30289) --- examples/remix-with-typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/remix-with-typescript/README.md b/examples/remix-with-typescript/README.md index 844925ad65db03..87cec2bab8cb00 100644 --- a/examples/remix-with-typescript/README.md +++ b/examples/remix-with-typescript/README.md @@ -8,7 +8,7 @@ Download the example [or clone the repo](https://github.com/mui-org/material-ui) ```sh curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/remix-with-typescript -cd nextjs +cd remix-with-typescript ``` Install it and run: