From 0c76c0e39ae8280227ff7efaeb0d52e183622937 Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Thu, 13 Aug 2015 15:50:37 +0300 Subject: [PATCH] Fixed Clojure typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56ee82..7b21c02 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas. * [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities. -* [Closure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. +* [Clojure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. * [Ceylon](http://ceylon-lang.org/) - Statically typed object - oriented language developed by RedHat. * [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser.