diff --git a/README.md b/README.md index 73f71e1..6d1ad5a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Dropbox Upload -This package will let user's upload small, as well as large files to the Dropbox using Dropbox API. +This package will let user upload small, as well as large files to the Dropbox using Dropbox API. + +

+ + +

## Features diff --git a/package.json b/package.json index 223bb69..2616ee7 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,13 @@ "type": "git", "url": "https://github.com/zlucksolutions/react-native-dropbox-zluck.git" }, + "keywords": [ + "react-native", + "dropbox", + "large file upload", + "small file upload", + "chunk upload" + ], "scripts": { "test": "jest", "android": "react-native run-android",