From 31cbcf03e7cf9e8b55c6eeb47f01dbb2c47b1bcd Mon Sep 17 00:00:00 2001 From: Chun-wei Kuo Date: Fri, 2 Sep 2011 13:40:40 +0800 Subject: [PATCH] Fix a small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58ec88b..3eccf50b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ _"killing CamelCase, proxy and reify, one class at a time"_ *_Seesaw's experimental and subject to radical change_* -_*See [the Seesaw Wiki] (https://github.com/daveray/seesaw/wiki) and [the Seesaw API Docs] (http://daveray.github.com/seesaw/) for more detailed docs. Note that the docs in the code (use the `doc` function!) are always the most up-to-dae and trustworthy.*_ +_*See [the Seesaw Wiki] (https://github.com/daveray/seesaw/wiki) and [the Seesaw API Docs] (http://daveray.github.com/seesaw/) for more detailed docs. Note that the docs in the code (use the `doc` function!) are always the most up-to-date and trustworthy.*_ Seesaw is a library/DSL for constructing user interfaces in Clojure. It happens to be built on Swing, but please don't hold that against it. It's an experiment to see what I can do to make user interface development funner in Clojure. It's kinda inspired by [Shoes](http://shoesrb.com/), [Stuart Sierra's Swing posts](http://stuartsierra.com/tag/swing), etc. [clojure.contrib.swing-utils](http://richhickey.github.com/clojure-contrib/swing-utils-api.html) is useful, but minimal and still means a lot of "Java-in-Clojure" coding.