Skip to content

Commit 2c70321

Browse files
committed
Mention that Flow is used.
To avoid confusion for developers new to the project that haven't heard of Flow.
1 parent 7d29d4e commit 2c70321

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@ After cloning this repo, ensure dependencies are installed by running:
128128
npm install
129129
```
130130

131-
GraphQL is written in ES6 using [Babel](http://babeljs.io/), widely consumable
132-
JavaScript can be produced by running:
131+
GraphQL is written in ES6 and uses [Babel](http://babeljs.io/) for ES5
132+
transpilation and [Flow](http://flowtype.org/) for type safety. Widely
133+
consumable JavaScript can be produced by running:
133134

134135
```sh
135136
npm run build

0 commit comments

Comments
 (0)