Skip to content

Commit 80df2e1

Browse files
committed
Merge pull request #64 from gabrielf/patch-2
Mention that Flow is used.
2 parents 7d29d4e + 2c70321 commit 80df2e1

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)