Skip to content

Commit

Permalink
docs: Replace ui.row with ui.div (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniGod authored and bcoe committed Jan 28, 2019
1 parent 83ada4a commit d7494f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ console.log(ui.toString())

cliui exposes a simple layout DSL:

If you create a single `ui.row`, passing a string rather than an
If you create a single `ui.div`, passing a string rather than an
object:

* `\n`: characters will be interpreted as new rows.
Expand Down

0 comments on commit d7494f3

Please sign in to comment.