From 6c1c4eafd5a936890669841a3e821f1fa2b3fa84 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 1 Nov 2016 18:11:12 +0100 Subject: [PATCH] Readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d81144..b9aa6f4 100644 --- a/README.md +++ b/README.md @@ -627,7 +627,7 @@ apollo: { }, }, ``` -For the server implementation, you can take a look at [this simple example](https://github.com/Akryum/apollo-server-example) +For the server implementation, you can take a look at [this simple example](https://github.com/Akryum/apollo-server-example). ---