diff --git a/aria/README.md b/aria/README.md
index abc9aee8d..2c1121c70 100644
--- a/aria/README.md
+++ b/aria/README.md
@@ -4,7 +4,7 @@ The website of GitMega fork from [AriaDocs](https://github.com/nisabmohd/Aria-Do
### Quick Start
-```plaintext
+```bash
npm install --force
npm run dev
```
diff --git a/aria/app/layout.tsx b/aria/app/layout.tsx
index 232a10953..41b45d32d 100644
--- a/aria/app/layout.tsx
+++ b/aria/app/layout.tsx
@@ -5,7 +5,8 @@ import { Space_Mono, Space_Grotesk } from "next/font/google";
import { Footer } from "@/components/footer";
import "@/styles/globals.css";
-import { GoogleAnalytics } from '@next/third-parties/google'
+import { GoogleAnalytics } from "@next/third-parties/google";
+import { Analytics } from "@vercel/analytics/react";
const GeistSans = Space_Grotesk({
subsets: ["latin"],
@@ -51,6 +52,7 @@ export default function RootLayout({
+