From 5e3f90942235489cc016377d0560ce21a77c8cf6 Mon Sep 17 00:00:00 2001 From: Johannes Steu Date: Thu, 14 Feb 2019 14:59:26 +0100 Subject: [PATCH] Polish documentation --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4131808..e599fa8 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ Simply install the package via composer: composer require "t3n/graphql" ``` -Note: we currently need composer set to "minimum-stability": "dev" as we wait of a new release of [webonyx/graphql-php](https://github.com/webonyx/graphql-php) +Note: we currently need composer set to `"minimum-stability": "dev"` as we wait for a new release of [webonyx/graphql-php](https://github.com/webonyx/graphql-php) to get a bugfix released. ## Configuration