diff --git a/README.md b/README.md index cf65b1e..6433079 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Native Text Touch Highlighter -React Native Text Touch Highlighter is a versatile and user-friendly component that allows you to implement text highlighting and selection functionality in your React Native applications. This package simplifies the integration of text selection and annotation features, making it an ideal solution for mobile apps that require text manipulation or document annotation. +React Native Text Touch Highlighter is a user friendly component library that enables users to effortlessly tap and drag to highlight text in React Native applications. This package simplifies the integration of text selection and annotation features, making it an ideal solution for mobile apps that require text highlighting or document annotation.

example diff --git a/package.json b/package.json index 9c23c2c..3a9a30d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rn-text-touch-highlight", "version": "0.2.0", - "description": "React Native Text Touch Highlighter is a versatile and user-friendly component that allows you to implement text highlighting and selection functionality in your React Native applications", + "description": "React Native Text Touch Highlighter is a user friendly component library that enables users to effortlessly tap and drag to highlight text in React Native applications. This package simplifies the integration of text selection and annotation features, making it an ideal solution for mobile apps that require text highlighting or document annotation.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts",