From 479541789afd57b8f833f552cbebe934ec648a06 Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Sat, 27 Jan 2018 13:42:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b678f65..133e835 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![version][version-badge]][package] [![MIT License][license-badge]][license] -GraphQL supports several directives: `@include`, `@skip` et `@deprecated`. This module opens a new dimension by giving you the possibility to define your custom directives. +GraphQL supports [several directives](http://facebook.github.io/graphql/October2016/#sec-Type-System.Directives): `@include`, `@skip` and `@deprecated`. This module opens a new dimension by giving you the possibility to define your custom directives. Custom directives have a lot of use-cases: