From 9581d79e6ca27fd9176b67ab8c31d71573e15641 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Sun, 30 Oct 2022 17:04:00 -0400 Subject: [PATCH] minor formatting tweaks (#76) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcdaa30..56991ab 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ [![Build status](https://ci.appveyor.com/api/projects/status/wwfs4utm08dd9vx2/branch/master?svg=true)](https://ci.appveyor.com/project/borkdude/deps.clj/branch/master) [![Clojars Project](https://img.shields.io/clojars/v/borkdude/deps.clj.svg)](https://clojars.org/borkdude/deps.clj) -About A faithful port of the clojure CLI bash script to Clojure. Used as native -CLI, deps resolver in babashka and getting started REPL in Calva. +## About +A faithful port of the Clojure CLI bash script to Clojure. Used as native +CLI, deps resolver in babashka, and getting started REPL in Calva. Clojure provides the [`clojure`](https://clojure.org/guides/deps_and_cli) command line tool for: @@ -17,7 +18,7 @@ command line tool for: The `clojure` CLI is written in bash. This is a port of that tool written in Clojure itself. -Features: +## Features - Run as executable compiled with [GraalVM](https://github.com/oracle/graal) Or run directly from source with [babashka](https://github.com/babashka/babashka/) or the JVM