diff --git a/README.md b/README.md index 6b9f89f..141fa85 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # angular-apollo-example An example of GraphQL queries/mutations with Angular Apollo Boost. @@ -175,7 +177,7 @@ mutation likeTweet($id: ID!) { } ``` -Make sure your terminal is in the src/app folder and re-run two npm scripts +Make sure your terminal is in the frontend folder and re-run two npm scripts ```bash npm run graphql:introspect