From af9c905d0820f6870c1c12937498329605c3202d Mon Sep 17 00:00:00 2001 From: "chiawei.tcw" Date: Mon, 24 Dec 2018 20:23:17 +0800 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55daea3..f12c2a6 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ intl.get('HELLO', { name }).d(`Hello, ${name}`); // "Hello, Tony" And `getHTML` also supports default message. ```jsx const name = 'Tony'; -intl.getHTML('HELLO').d(
hello, {name}
) // React.Element with "
Hello, Tony
" +intl.getHTML('HELLO').d(
Hello, {name}
) // React.Element with "
Hello, Tony
" ```