From 2c70321a99c85ad1234d7c2bab52dc5cf06a4d97 Mon Sep 17 00:00:00 2001 From: Gabriel Falkenberg Date: Thu, 16 Jul 2015 15:05:01 +0200 Subject: [PATCH] Mention that Flow is used. To avoid confusion for developers new to the project that haven't heard of Flow. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e36e844ff0..e00d906cec 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,9 @@ After cloning this repo, ensure dependencies are installed by running: npm install ``` -GraphQL is written in ES6 using [Babel](http://babeljs.io/), widely consumable -JavaScript can be produced by running: +GraphQL is written in ES6 and uses [Babel](http://babeljs.io/) for ES5 +transpilation and [Flow](http://flowtype.org/) for type safety. Widely +consumable JavaScript can be produced by running: ```sh npm run build