From 06cf462b9f9b6ff884d394980c428a94205235cd Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 11 Aug 2026 05:24:19 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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