File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ Please install them if you don't have them already.
1717From the command line, clone the repository:
1818
1919``` sh
20- $ git clone https://github.com/ryanflorence/ advanced-react-workshop.git
20+ $ git clone https://github.com/reach/modern- advanced-react-workshop
2121```
2222
2323## Step 3 - Install dependencies
2424
2525``` sh
26- $ cd advanced-react-workshop
26+ $ cd modern- advanced-react-workshop
2727$ yarn
2828```
2929
@@ -38,7 +38,7 @@ Each exercise is a separate app using [Create React App](https://github.com/face
3838To run one, first ` cd ` into the directory:
3939
4040``` sh
41- cd 01/01- exercise
41+ cd 01-imperative-to-declarative/ exercise
4242```
4343
4444Then run it
@@ -47,9 +47,7 @@ Then run it
4747yarn start
4848```
4949
50- Your browser should open up to a running app that looks like this:
51-
52- ![ screenshot] ( ./screenshot.png )
50+ Your browser should open up to a running app.
5351
5452## Troubleshooting
5553
You can’t perform that action at this time.
0 commit comments