We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32252ee commit 58d738cCopy full SHA for 58d738c
README.md
@@ -52,13 +52,13 @@ To use the code in this example you **must** have an valid [AWS account](https:/
52
First clone the repo
53
54
```bash
55
-$ git clone https://github.com/anijitsao/simple-apollo-server-graphql-lambda.git
+$ git clone https://github.com/anijitsao/simple-apollo-server-graphql.git
56
```
57
Install all the necessary dependencies by going inside the directory
58
59
60
# Navigating inside the directory
61
-$ cd simple-apollo-server-graphql-lambda
+$ cd simple-apollo-server-graphql
62
63
# To install all the necessary dependencies
64
$ npm install
0 commit comments