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.