From 012082d1d9bb767b2296ab3f9efb44fdae1ff796 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Tue, 27 Nov 2018 17:53:03 +0700 Subject: [PATCH] Minor documentation fix --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index c5c4e66..46dbb5a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,8 +44,8 @@ existing PHP frameworks, add support for Relay, etc. ## Current Status The first version of this library (v0.1) was released on August 10th 2015. -The current version (v0.10) supports all features described by GraphQL specification -(including April 2016 add-ons) as well as some experimental features like +The current version supports all features described by GraphQL specification +as well as some experimental features like [Schema Language parser](type-system/type-language.md) and [Schema printer](reference.md#graphqlutilsschemaprinter).