diff --git a/examples/plugin-auth/README.md b/examples/plugin-auth/README.md index 735c3fc..9f2842c 100644 --- a/examples/plugin-auth/README.md +++ b/examples/plugin-auth/README.md @@ -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. diff --git a/examples/plugin-next/README.md b/examples/plugin-next/README.md index 1d61a3c..fd268f3 100644 --- a/examples/plugin-next/README.md +++ b/examples/plugin-next/README.md @@ -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.