Skip to content

Commit 7317518

Browse files
authored
Merge pull request #30 from horacioh/fix/readme-instructions
fix(docs): update instructions on install projects
2 parents 5a351a1 + 3bffdfe commit 7317518

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • serverless-functions-in-depth-part-1
  • serverless-functions-in-depth-part-2

serverless-functions-in-depth-part-1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ To run this app:
1313
1. Clone the repository
1414

1515
```sh
16-
git clone https://github.com/dabit3/serverless-functions-in-depth-part-1.git
16+
git clone https://github.com/dabit3/full-stack-serverless-code.git
1717
```
1818

19-
2. Change into the directory
19+
1. Change into the directory
2020

2121
```sh
2222
cd serverless-functions-in-depth-part-1
@@ -44,4 +44,4 @@ amplify push
4444

4545
```sh
4646
npm start
47-
```
47+
```

serverless-functions-in-depth-part-2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ To run this app:
99
1. Clone the repository
1010

1111
```sh
12-
git clone https://github.com/dabit3/serverless-functions-in-depth-part-2.git
12+
git clone https://github.com/dabit3/full-stack-serverless-code.git
1313
```
1414

15-
2. Change into the directory
15+
1. Change into the directory
1616

1717
```sh
1818
cd serverless-functions-in-depth-part-2
@@ -40,4 +40,4 @@ amplify push
4040

4141
```sh
4242
npm start
43-
```
43+
```

0 commit comments

Comments
 (0)