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