diff --git a/README.md b/README.md
index fb5fcf1..1ed935f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
-# NativeFlow
+
-A utility-first CSS-in-JS framework tailored for React Native, offering a rich set of utilities such as `flex.justify('center')`, `m.b(4)`, and `border.color('#cccccc')`. These utilities can be composed to create any design, similar to the approach used by Tailwind CSS.
+
+
+
+ A utility-first styling object library tailored for React Native, offering a rich set of utilities such as `justify-center`, `m.b_(4)`, and `bdr.color_slate_200`. These utilities can be composed to create any design, similar to the approach used by Tailwind.
+
+
+
## Installation
@@ -8,22 +14,7 @@ A utility-first CSS-in-JS framework tailored for React Native, offering a rich s
npm install nativeflowcss
```
-## Usage
-
-```js
-import { p, m, flex, border } from 'nativeflowcss';
-
-// ...
-