Skip to content

Commit cb8fcb9

Browse files
J12934jaredpalmer
authored andcommitted
Fixed install instructions for typescript example (#135)
Install instructions for typescript example were using the from directories. The instructions from the other examples seem to be correct.
1 parent f8fd0f2 commit cb8fcb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/with-typescript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Download the example (or clone the whole project)[https://github.com/palmerhq/backpack.git]:
66

77
```bash
8-
curl https://codeload.github.com/palmerhq/backpack/tar.gz/master | tar -xz --strip=2 backpack-master/examples/with-typescript-webpack-config
9-
cd with-custom-webpack-config
8+
curl https://codeload.github.com/palmerhq/backpack/tar.gz/master | tar -xz --strip=2 backpack-master/examples/with-typescript
9+
cd with-typescript
1010
```
1111

1212
Install it and run:

0 commit comments

Comments
 (0)