Skip to content
This repository was archived by the owner on Oct 7, 2018. It is now read-only.

Commit 49d1de7

Browse files
lorensrpradel
authored andcommitted
Fix README clone command (#177)
1 parent 2ccd008 commit 49d1de7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: graphql-server-typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to start a new one.
1616

1717
```bash
1818
git clone https://github.com/accounts-js/examples.git
19-
cd graphql-server-typescript
19+
cd examples/graphql-server-typescript
2020
yarn install
2121
```
2222

Diff for: react-graphql-typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrate how to use [accounts-js](https://github.com/accounts-js
66

77
```bash
88
git clone https://github.com/accounts-js/examples.git
9-
cd react-graphql-typescript
9+
cd examples/react-graphql-typescript
1010
yarn install
1111
```
1212

Diff for: react-typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrate how to use [accounts-js](https://github.com/accounts-js
66

77
```
88
git clone https://github.com/accounts-js/examples.git
9-
cd react-typescript
9+
cd examples/react-typescript
1010
yarn install
1111
```
1212

Diff for: rest-express-typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You must have a mongodb server running before starting the server.
88

99
```
1010
git clone https://github.com/accounts-js/examples.git
11-
cd rest-express-typescript
11+
cd examples/rest-express-typescript
1212
yarn install
1313
```
1414

0 commit comments

Comments
 (0)