From 11999dfdcdabe73fc764db3d85dc9edb47b5d09f Mon Sep 17 00:00:00 2001 From: Sameer Kumar <134157712+sameerkrdev@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:25:49 +0530 Subject: [PATCH] Fix formatting of Message Queues bullet point --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 6c14fdb..3596b45 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -29,7 +29,7 @@ Intent provides necessary feature-integrations out of the box. - **RDBMS** - MySQL, PostgreSQL, SQLite - **Storage** - Unix File System AWS S3 -- **Message** Queues - AWS SQS, Redis, Database. +- **Message Queues** - AWS SQS, Redis, Database. - **Mailers** - SMTP, Mailgun, Resend. - **Caching** - Redis, In-Memory. - **Logging** @@ -52,4 +52,4 @@ npm i -g @intentjs/cli intent new my-project ``` -Once the command has run, you can take a look at the [first project](./first-project.md) to getting it running. \ No newline at end of file +Once the command has run, you can take a look at the [first project](./first-project.md) to getting it running.