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 78073fe commit 6dedee4Copy full SHA for 6dedee4
README.md
@@ -85,7 +85,7 @@ An Easy and fast way to get your graphql backend is to **register for free at [S
85
86
**Configure starter application:**
87
88
-In Scaphold click on `My API and copy your application link`.
+In Scaphold click on `My API` and `copy your application link`.
89
90
Then, past it (*to replace http://localhost:8080/graphql*) in your `networkInterface` in the app config (in `./src/app/config.index.js`):
91
@@ -98,6 +98,8 @@ export const appConfig = {
98
};
99
```
100
101
+> from now you got all needed to run this starter
102
+
103
### Install
104
105
```bash
0 commit comments