From bae7fbd7b506e8b4e0f92483c3f263f2c2912a77 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Fri, 23 Feb 2024 20:22:41 +0000 Subject: [PATCH] fix: remove commas from json --- docs/getting-started/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index a4f147b8..ef97b7d5 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -55,8 +55,8 @@ handle enterprise work loads. ### A scalable framework Athenna is incredibly scalable. Thanks to the scaling-friendly nature of -Node.js and great libraries like [`fastify`](https://fastify.dev/), horizontal -scaling with Athenna is a breeze. In fact, Athenna applications have been +Node.js and great libraries like [Fastify](https://fastify.dev/), horizontal +scaling with Athenna is a breeze. In fact, Athenna REST API's have been easily scaled to handle hundreds of millions of requests per month. ### An agnostic framework