We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa883aa commit e073a03Copy full SHA for e073a03
README.md
@@ -1,7 +1,9 @@
1
# REPLME
2
[REPLME](http://replme.clojurecup.com) is a project aimed at making
3
it easy to try out Clojure software by providing a containerized
4
-environment to download libraries and run them.
+environment to download libraries and run them.
5
+
6
+If you think this is rad it'd be sweet if you [voted for us](https://clojurecup.com/#/apps/replme).
7
8
## TryIt
9
@@ -34,7 +36,7 @@ and try;
34
36
```clojure
35
37
(require '[clojure.string :as str :refer [join]])
38
-(join ["Vote" "for" "us" "in" "the" "Clojure" "Cup!"] " ")
39
+(join " " ["Vote" "for" "us" "in" "the" "Clojure" "Cup!"])
40
```
41
42
## Usage
0 commit comments