From da25c342f83b5af71baeef8b11cb2975fbe68308 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 17 Nov 2015 22:03:27 -0600 Subject: [PATCH] Fix a typo. --- clojure/try-a-clojure-project-in-the-repl.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clojure/try-a-clojure-project-in-the-repl.md b/clojure/try-a-clojure-project-in-the-repl.md index f75e495..2ac316c 100644 --- a/clojure/try-a-clojure-project-in-the-repl.md +++ b/clojure/try-a-clojure-project-in-the-repl.md @@ -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