Skip to content

Commit

Permalink
minor formatting tweaks (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Alchemist authored Oct 30, 2022
1 parent 0765bda commit 9581d79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9581d79

Please sign in to comment.