Skip to content

Commit a87500d

Browse files
committed
done with this post
1 parent a2ea207 commit a87500d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/create-backend-repo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Now we need to clone the [servless-graphQL starter](https://github.com/pimp-my-b
2626
$ serverless install --url https://github.com/pimp-my-book/serverless-graphql-nodejs-starter --name lunar-tour-api
2727
```
2828

29-
now we need to send the code up to GitHub:
29+
Now we need to send the code up to GitHub:
3030

31-
**go into the directory of the repo:**
31+
**Go into the directory of the repo:**
3232

3333
```bash
3434
$ cd lunar-tour-api
@@ -52,7 +52,7 @@ Create a commit message:
5252
$ git commit -m "initial commit"
5353
```
5454

55-
Add the remote URL:
55+
Add the remote URL (Make sure you add the one you created!):
5656

5757
```bash
5858
$ git remote add origin https://github.com/name-of-repo.git

0 commit comments

Comments
 (0)