diff --git a/lib/FileUploader/readme.md b/lib/FileUploader/readme.md
index 68dfec1..b6103a7 100644
--- a/lib/FileUploader/readme.md
+++ b/lib/FileUploader/readme.md
@@ -7,7 +7,7 @@ Component is built on top of [ReactDropzone](https://react-dropzone.netlify.com)
```javascript
@@ -52,7 +52,7 @@ onDrop = (acceptedFiles, rejectedFiles) => {
```javascript
@@ -67,7 +67,7 @@ Here `` will be rendered below the title and upload
```javascript
@@ -97,7 +97,7 @@ When using a function as `children` this function accepts `openFileUploadDialogW
| Prop | Type | Default | Required | Description |
|------------------|------------------------|---------|----------|----------------------------------------------|
| title | node | | Yes | Title of the component |
-| uploadBtnText | node | | Yes | Upload files button text |
+| uploadButtonText | node | | Yes | Upload files button text |
| isDropZoneActive | bool | | Yes | Value specifying whether dropzone is active |
| children | node | node[] | func | | No | |