fix readme to say specter
This commit is contained in:
parent
a1d1f236ab
commit
3088c8ecf4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
# clojung
|
# Specter
|
||||||
Deep introspection and transformation of data
|
Deep introspection and transformation of data
|
||||||
|
|
||||||
# About
|
# 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
|
# How to use
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue