From cca9b41dc776ddf2ca73da1055c5975fbcb0f614 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Fri, 23 Feb 2024 20:18:56 +0000 Subject: [PATCH] fix: remove commas from json --- docs/getting-started/installation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 13255f73..a4f147b8 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -55,9 +55,9 @@ handle enterprise work loads. ### A scalable framework Athenna is incredibly scalable. Thanks to the scaling-friendly nature of -Node.js and Athenna's built-in support for fast, distributed cache systems -like Redis, horizontal scaling with Athenna is a breeze. In fact, Athenna applications -have been easily scaled to handle hundreds of millions of requests per month. +Node.js and great libraries like [`fastify`](https://fastify.dev/), horizontal +scaling with Athenna is a breeze. In fact, Athenna applications have been +easily scaled to handle hundreds of millions of requests per month. ### An agnostic framework