diff --git a/README.md b/README.md
index f3e6d83..f0f581b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is a React Native Date Picker with following main features:
🕑 3 different modes: Time, Date, DateTime
🌍 Various languages
🎨 Customizable
-🖼 Modal or stand-alone (inline)
+🖼 Modal or Inlined
## Update 4.0.0
@@ -29,9 +29,9 @@ The first option is to use the built-in modal. See co
-## Stand-alone
+## Inlined
-The second option is to use the picker stand-alone. Inlined in a view or a custom made modal. See code.
+The second option is to use the inlined picker. For instance in a view or a custom made modal. See code.
@@ -138,7 +138,7 @@ export default () => {
}
```
-## Example 2: Standalone
+## Example 2: Inlined
```jsx
import React, { useState } from 'react'
diff --git a/npmREADME.md b/npmREADME.md
index d2087a6..374261b 100644
--- a/npmREADME.md
+++ b/npmREADME.md
@@ -17,9 +17,9 @@ The first option is to use the built-in modal.
-## Stand-alone
+## Inlined
-The second option is to use the picker stand-alone. Inlined in a view or a custom made modal.
+The second option is to use the inlined picker. For instance in a view or a custom made modal.
diff --git a/package.json b/package.json
index 8bbd5da..831ec52 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-date-picker",
"version": "4.0.0",
- "description": "A datetime picker for React Native. In-modal or stand-alone. Supports Android and iOS.",
+ "description": "A datetime picker for React Native. In-modal or inlined. Supports Android and iOS.",
"main": "src/index.js",
"scripts": {
"prepublishOnly": "mv README.md githubREADME.md && mv npmREADME.md README.md",