diff --git a/README.md b/README.md
index 0f702f7..a223046 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,15 @@ yarn add react-native-graph
## Usage
```jsx
+import { GestureHandlerRootView } from 'react-native-gesture-handler'
+import { LineGraph } from 'react-native-graph'
+
+// wrap your entry point with
function App() {
+ return {/* content */}}
+}
+
+function ExampleComponent() {
const priceHistory = usePriceHistory('ethereum')
return