Merge pull request #3 from Drulac/patch-1

Update README.md
This commit is contained in:
Iuri Matias 2018-07-07 01:34:43 +03:00 committed by GitHub
commit 8cd0a75db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1831,7 +1831,7 @@ Newlines and alignment are also possible in content.
``` js
box.setContent('hello\n'
+ '{right}world{/right}\n'
+ '{center}foo{/center}\n');
+ '{center}foo{/center}\n'
+ 'left{|}right');
```