Merge pull request #17 from KyleAMathews/patch-1

Typos in README.md
This commit is contained in:
Christopher Chedeau
2014-10-30 10:12:29 -07:00

View File

@@ -17,7 +17,7 @@ Usage
A single function `computeLayout` is exposed and A single function `computeLayout` is exposed and
- takes a tree of nodes: `{ style: { ... }, children: [ nodes ] }` - takes a tree of nodes: `{ style: { ... }, children: [ nodes ] }`
- returns a tree of rectanges: `{ width: ..., height: ..., top: ..., left: ..., children: [ rects ] }` - returns a tree of rectangles: `{ width: ..., height: ..., top: ..., left: ..., children: [ rects ] }`
For example, For example,