From 0cd854b37d65d3bd4ee17677f2c14ee034d8d1d5 Mon Sep 17 00:00:00 2001
From: fawaz-ahmed <fawaz_ahmed@live.com>
Date: Fri, 13 Jan 2023 12:29:34 +0500
Subject: [PATCH] update readme

---
 README.md    | 4 ++--
 package.json | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 65b3174..83ab688 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 ![NPM Downloads](https://img.shields.io/npm/dm/@fawazahmed/react-native-read-more) ![NPM License](https://img.shields.io/npm/l/@fawazahmed/react-native-read-more) ![NPM Version](https://img.shields.io/npm/v/@fawazahmed/react-native-read-more)
 
-#### Please give :star: and thanks for supporting!
+#### If it helps, do :star: it, appreciate all the support!
 #### Sponsor my work on [lfx crowdfunding](https://crowdfunding.lfx.linuxfoundation.org/projects/react-native-read-more) or [Tidelift](https://tidelift.com/funding/github/npm/@fawazahmed/react-native-read-more).
 
 # react-native-read-more
-React native library to show text in a condensed way and expand when needed. Can be used with native or expo on all platforms. Supports TS/JS both.
+React native library to show text in a condensed way and expand when needed. Can be used with native or expo on all platforms. Supports TS/JS both. It's a pure JS solution and does not requires any native dependencies.
 
 ![Example](example/seemore.gif)
 
diff --git a/package.json b/package.json
index 9714c9b..4217631 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@fawazahmed/react-native-read-more",
-  "version": "3.0.1",
+  "version": "3.0.2",
   "description": "A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.",
   "main": "dist/index.js",
   "types": "index.d.ts",