Skip to content

Commit d3730e1

Browse files
authored
Merge pull request #3 from killi8n/main
chore: updated README.md typo
2 parents 5446125 + 0cf1f64 commit d3730e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import Postcode from '@actbase/react-daum-postcode';
4343
const YourView = () => (
4444
<Postcode
4545
style={{ width: 320, height: 320 }}
46-
jsOptions={{ animated: true }}
46+
jsOptions={{ animation: true }}
4747
onSelected={data => alert(JSON.stringify(data))}
4848
/>
4949
);
@@ -62,7 +62,7 @@ const YourView = () => {
6262
<Modal isVisible={isModal}>
6363
<Postcode
6464
style={{ width: 320, height: 320 }}
65-
jsOptions={{ animated: true, hideMapBtn: true }}
65+
jsOptions={{ animation: true, hideMapBtn: true }}
6666
onSelected={data => {
6767
alert(JSON.stringify(data));
6868
setModal(false);

0 commit comments

Comments
 (0)