Skip to content

Commit

Permalink
fix: remove commas from json
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Feb 23, 2024
1 parent 8a90b64 commit cca9b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cca9b41

Please sign in to comment.