diff --git a/README.md b/README.md index 67773088..4c4a43c8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Seesaw is a library/DSL for constructing user interfaces in Clojure. It happens ## Features -Seesaw is compatible with both Clojure 1.4, but will probably work fine with 1.3 and 1.5. Maybe even 1.2. +Seesaw is compatible with Clojure 1.4, but will probably work fine with 1.3 and 1.5. Maybe even 1.2. * Swing knowledge is *not required* for many apps! * [Construct widgets](https://github.com/daveray/seesaw/wiki/Widgets) with simple functions, e.g. `(listbox :model (range 100))`