update readme

This commit is contained in:
dntzhang 2018-10-14 09:15:21 +08:00
parent 0417ab4e89
commit 50d4371490
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ customElements.define('my-app', MyApp)
render(<my-app name='Omi v4.0'></my-app>, 'body')
```
告诉 Babel to 把 JSX 转化成 Omi.h() 的调用:
告诉 Babel 把 JSX 转化成 Omi.h() 的调用:
``` json
{