Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix missing comma in code example, as pointed out by @mountainash
#942 (comment)
  • Loading branch information
trevor-scheer authored Jun 8, 2021
1 parent 33f0cc3 commit fc415b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Client-side schema definitions can be spread throughout the client app project a
```js
module.exports = {
client: {
service: "my-graphql-app"
service: "my-graphql-app",
includes: ["./src/**/*.js"],
excludes: ["**/__tests__/**"]
}
Expand Down

0 comments on commit fc415b5

Please sign in to comment.