Skip to content

Commit 26f948c

Browse files
committed
Readme update
1 parent 077086c commit 26f948c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Please install them if you don't have them already.
1717
From 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
3838
To run one, first `cd` into the directory:
3939

4040
```sh
41-
cd 01/01-exercise
41+
cd 01-imperative-to-declarative/exercise
4242
```
4343

4444
Then run it
@@ -47,9 +47,7 @@ Then run it
4747
yarn 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

0 commit comments

Comments
 (0)