Skip to content

Commit

Permalink
Fix plugin examples readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
yamalight committed Sep 15, 2020
1 parent f8b4fce commit cd1da2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/plugin-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic example
# Auth plugin example

This example shows the most basic idea behind auth plugin Graffiti.
Schema definition file `schema/note.js` is used to create basic GraphQL endpoint with Notes schema protected by simple user-password auth.
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic example
# Next.js plugin example

This example shows the most basic idea behind Graffiti with Next.js plugin.
Schema definition file `schema/note.js` is used to create basic GraphQL endpoint with Notes schema and simple Next.js front-end.
Expand Down

0 comments on commit cd1da2c

Please sign in to comment.