From 48d328ffd8bbb693984d4f63cfcfe6cdbc992a2c Mon Sep 17 00:00:00 2001 From: Pankti Shah Date: Mon, 6 Jun 2022 10:45:55 +0530 Subject: [PATCH] Readme update --- README.md | 7 ++++++- package.json | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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",