From fc657235b5745daeb9a0dee7165fd4a0e013aa70 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Sun, 11 Aug 2024 17:21:00 -0500 Subject: [PATCH] Updates example links in installation.mdx --- apps/web/pages/docs/installation.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/pages/docs/installation.mdx b/apps/web/pages/docs/installation.mdx index bfe600c6a..309d4b7b5 100644 --- a/apps/web/pages/docs/installation.mdx +++ b/apps/web/pages/docs/installation.mdx @@ -45,7 +45,8 @@ Requirements: ### Check Examples Examples: [Next.js](https://github.com/evoluhq/evolu/tree/main/examples/nextjs), -[Vite](https://github.com/evoluhq/evolu/tree/main/examples/vite), +[React + Vite](https://github.com/evoluhq/evolu/tree/main/examples/react-vite), +[React + Vite PWA](https://github.com/evoluhq/evolu/tree/main/examples/react-vite-pwa), [Electron](https://github.com/evoluhq/evolu/tree/main/examples/electron-app), [Expo](https://github.com/evoluhq/evolu/tree/main/apps/native), [Remix](https://github.com/evoluhq/evolu/tree/main/examples/remix).