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.
17
17
From the command line, clone the repository:
18
18
19
19
``` sh
20
- $ git clone https://github.com/ryanflorence/ advanced-react-workshop.git
20
+ $ git clone https://github.com/reach/modern- advanced-react-workshop
21
21
```
22
22
23
23
## Step 3 - Install dependencies
24
24
25
25
``` sh
26
- $ cd advanced-react-workshop
26
+ $ cd modern- advanced-react-workshop
27
27
$ yarn
28
28
```
29
29
@@ -38,7 +38,7 @@ Each exercise is a separate app using [Create React App](https://github.com/face
38
38
To run one, first ` cd ` into the directory:
39
39
40
40
``` sh
41
- cd 01/01- exercise
41
+ cd 01-imperative-to-declarative/ exercise
42
42
```
43
43
44
44
Then run it
@@ -47,9 +47,7 @@ Then run it
47
47
yarn start
48
48
```
49
49
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.
53
51
54
52
## Troubleshooting
55
53
You can’t perform that action at this time.
0 commit comments