Skip to content

Commit

Permalink
Merge pull request #220 from pikeview/patch-1
Browse files Browse the repository at this point in the history
tiny typo correction
  • Loading branch information
daveray authored Oct 31, 2018
2 parents 7336bfd + 33fbd0a commit 4ca89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))`
Expand Down

0 comments on commit 4ca89d0

Please sign in to comment.