From c8c3769bbc93055deeb6d68d9a92aa004d78f586 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Wed, 8 Feb 2023 17:05:39 -0500 Subject: [PATCH] minor formatting tweak to README removed commas in list --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a99d1cbe..c3c45ca1 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure. **Holy Lambda supports multiple backends** - - [Babashka](https://github.com/babashka/babashka), - - Native Clojure (GraalVM compiled), - - Clojure (much faster than official AWS Java runtime), + - [Babashka](https://github.com/babashka/babashka) + - Native Clojure (GraalVM compiled) + - Clojure (much faster than official AWS Java runtime) ## Goals - **Low cold starts** - Clojure goes fast on AWS Lambda.