From 2aa3cd85b829b522030fb6278a5c76501a4759f8 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 11 Oct 2015 13:34:50 -0400 Subject: [PATCH] improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c89a49..8f9018c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The latest release version of Specter is hosted on [Clojars](https://clojars.org # Learn Specter - Introductory blog post: [Functional-navigational programming in Clojure(Script) with Specter](http://nathanmarz.com/blog/functional-navigational-programming-in-clojurescript-with-sp.html) -- Talk about Specter: [Specter: Clojure's missing piece](https://www.youtube.com/watch?v=mXZxkpX5nt8) +- Presentation about Specter: [Specter: Clojure's missing piece](https://www.youtube.com/watch?v=mXZxkpX5nt8) Specter's API is contained in a single, well-documented file: [specter.cljx](https://github.com/nathanmarz/specter/blob/master/src/com/rpl/specter.cljx)