Commit 513a1e16 authored by Nicholas Ormrod's avatar Nicholas Ormrod Committed by Alecs King

README: Fixed typo, formatted code, and linked to docs

Summary:
(from @njormrod) This changes the READMEs to be .md,
appropriate for github. I viewed the docs on github, and they looked
WAY better as .md files.
Signed-off-by: default avatarNicholas Ormrod <njormrod@fb.com>

Test Plan: view on github

Reviewed By: markisaa@fb.com

Subscribers: fugalh, folly-diffs@, jsedgwick, yfeldblum, chalfant

FB internal diff: D1999531

Tasks: 6783581

Signature: t1:1999531:1429220432:68c6d8dc70806d993c83cacce6369cb7e6e964c8
parent f8ff6ac0
......@@ -4,12 +4,12 @@ RxJava for JVM languages.
It is basically the plural of Futures (a la Wangle).
```
singular | plural
+---------------------------------+-----------------------------------
sync | Foo getData() | std::vector<Foo> getData()
async | wangle::Future<Foo> getData() | wangle::Observable<Foo> getData()
```
For more on Rx, I recommend these resources:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment