From 3088c8ecf441561571d85995f09fa20e8c56a745 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Thu, 26 Feb 2015 10:57:25 -0500 Subject: [PATCH] fix readme to say specter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d523db5..06d3847 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# clojung +# Specter Deep introspection and transformation of data # About -Clojung is a library for concisely querying and updating nested data structures. One way to think of it is "get-in" and "assoc-in" on steroids. It is similar to the concept of a "lens" in functional programming, though it has some important extensions. +Specter is a library for concisely querying and updating nested data structures. One way to think of it is "get-in" and "assoc-in" on steroids. It is similar to the concept of a "lens" in functional programming, though it has some important extensions. # How to use