Update README.md

remove code error
This commit is contained in:
Drulac 2017-12-28 10:24:28 +01:00 committed by GitHub
parent eab243fc7a
commit d5cd1f6c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1828,7 +1828,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');
```