1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-04 23:58:01 +00:00

Fix a typo.

This commit is contained in:
jbranchaud
2015-11-17 22:03:27 -06:00
parent 2bc0c0ad64
commit da25c342f8

View File

@@ -1,9 +1,5 @@
# Try A Clojure Project In The REPL
The `lein-try` plugin can be added to your lein profile as a way to quickly
try out a clojure project. By feeding `lein try` a project name and version,
it will drop you into a repl session with that project loaded
The `lein-try` plugin is a tool that makes it easy to quickly try out a
clojure project in the lein repl. Given the name and version of a clojure
project, it will drop you into a repl with that project loaded in. This is a