We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ea207 commit a87500dCopy full SHA for a87500d
src/content/create-backend-repo.md
@@ -26,9 +26,9 @@ Now we need to clone the [servless-graphQL starter](https://github.com/pimp-my-b
26
$ serverless install --url https://github.com/pimp-my-book/serverless-graphql-nodejs-starter --name lunar-tour-api
27
```
28
29
-now we need to send the code up to GitHub:
+Now we need to send the code up to GitHub:
30
31
-**go into the directory of the repo:**
+**Go into the directory of the repo:**
32
33
```bash
34
$ cd lunar-tour-api
@@ -52,7 +52,7 @@ Create a commit message:
52
$ git commit -m "initial commit"
53
54
55
-Add the remote URL:
+Add the remote URL (Make sure you add the one you created!):
56
57
58
$ git remote add origin https://github.com/name-of-repo.git
0 commit comments