From d768c425baeb6bef6167f950d8b41a81f9c9fdb2 Mon Sep 17 00:00:00 2001 From: feng zhi hao Date: Tue, 17 Apr 2018 13:45:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f99a5a2..6fd8b91 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ class App extends React.Component { | rotatable | boolean | true | whether to show 'rotate' button | false | | scalable | boolean | true | whether to show 'scale' button | false | | onMaskClick | (e) => void | - | callback function when mask is clicked | false | -| download | boolean | false | whether to show 'download' | false | +| downloadable | boolean | false | whether to show 'download' | false | | noClose | boolean | false | to not render close button | false | | noNavbar | boolean | false | to not render the navbar | false | | noToolbar | boolean | false | to not render the toolbar | false |