diff --git a/README.md b/README.md
index 5b72858..40ec10c 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ in `.env.local` file to make the environment variable accessible on `process.env
Example App:
```jsx
+//index.js
+
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
@@ -50,19 +52,24 @@ import { EasyauthProvider } from "@easyauth.io/easyauth-react";
const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
Hello {auth.user?.profile.sub}
-