Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Oct 15, 2019
1 parent d15bc3b commit 0d29771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ npm install --save-dev @babel/preset-react
[
"@babel/preset-react",
{
"pragma": "Omi.h"
"pragma": "Omi.h",
"pragmaFrag": "Omi.h.f"
}
]
]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,8 @@ npm install --save-dev @babel/preset-react
[
"@babel/preset-react",
{
"pragma": "Omi.h"
"pragma": "Omi.h",
"pragmaFrag": "Omi.h.f"
}
]
]
Expand Down

0 comments on commit 0d29771

Please sign in to comment.