Fix a typo in Eden's README.md.

Reviewed By: simpkins

Differential Revision: D3295624

fbshipit-source-id: 18878cce5c5eb4dbcc96918a48261876e1eb6e68
This commit is contained in:
Michael Bolin 2016-05-13 09:31:16 -07:00 committed by Facebook Github Bot 7
parent 83f42a9fa6
commit d12970932a

View File

@ -19,7 +19,7 @@ where we need to shore things up are:
* The reinterpretations of build macros in `DEFS`.
* A process for including third-party dependencies (presumably via Git submodules) and wiring up the
`external_deps` argument in the build macros to point to them.
* Providing to toolchain needed to power the [undocumented] `thrift_library()` rule in Buck.
* Providing the toolchain needed to power the [undocumented] `thrift_library()` rule in Buck.
The goal is to get Eden building on both Linux and OS X, though Linux support is expected to come
first.