Skip to content

Commit 2dbff6e

Browse files
author
Brandon Dail
committed
Updating paths in packaging fixtures README
1 parent 2f8a3e5 commit 2dbff6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fixtures/packaging/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ First, build React and the fixtures:
1616
cd react
1717
npm run build
1818
19-
cd fixtures
19+
cd fixtures/packaging
2020
node build-all.js
2121
```
2222

2323
Then run a local server at the root of the repo, e.g.
2424

2525
```
2626
npm i -g pushstate-server
27-
cd ..
27+
cd ../..
2828
pushstate-server .
2929
```
3030

0 commit comments

Comments
 (0)