From 1d381a7673f482a3404006eedcc4eb24ecae9b02 Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Tue, 14 May 2024 14:03:29 -0700 Subject: [PATCH] Fixed README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d49504d..63f6f60 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - Ruby (3.3.1) and Rails (7.1) - [PostgresSQL 16.3](https://www.postgresql.org) - [Tailwind CSS](https://tailwindcss.com) -- Uses [Vite Ruby](https://vite-ruby.netlify.app) for asset management. It is based on Vite.js. It replaces webpacker, jsbundling-rails, cssbundling-rails, importmaps and sprockets. +- Uses [Vite Ruby](https://vite-ruby.netlify.app) for asset management. It is based on [Vite.js](https://vitejs.dev). It replaces webpacker, jsbundling-rails, cssbundling-rails, importmaps and sprockets. - Uses [Bun](https://bun.sh) for npm package manager. No need to install node and yarn. - Uses [Phlex](https://www.phlex.fun) for component-based views. It is an alternative to [ViewComponent](https://viewcomponent.org). - Uses Rails' default testing library, minitest along with [Factorybot](https://github.com/thoughtbot/factory_bot) @@ -30,7 +30,7 @@ - PostgreSQL 16.3 - Bun -Refer +Refer [installing prerequisites](./docs/installing_prerequisites.md) to install these dependencies ### Building a new application