Skip to content

Commit e073a03

Browse files
author
Edward Paget
committed
Fix typo
1 parent aa883aa commit e073a03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# REPLME
22
[REPLME](http://replme.clojurecup.com) is a project aimed at making
33
it easy to try out Clojure software by providing a containerized
4-
environment to download libraries and run them.
4+
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).
57

68
## TryIt
79

@@ -34,7 +36,7 @@ and try;
3436
```clojure
3537
(require '[clojure.string :as str :refer [join]])
3638

37-
(join ["Vote" "for" "us" "in" "the" "Clojure" "Cup!"] " ")
39+
(join " " ["Vote" "for" "us" "in" "the" "Clojure" "Cup!"])
3840
```
3941

4042
## Usage

0 commit comments

Comments
 (0)