Fix typo in README

This commit is contained in:
Stefan Aleksic 2018-03-24 16:30:04 -04:00 committed by GitHub
parent f68a06d0e6
commit 1a37024d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ To run all the tests, run `yarn test`
## Build System
We have a very simple build system based on package.json scripts that are called called using `yarn`
We have a very simple build system based on package.json scripts that are called using `yarn`
and a thin wrapper for what we call build "actions".
We've defined a `do` package.json script that takes an `action` parameter: