Skip to content

Commit 9cdea19

Browse files
committed
Update README.md
- Add link to Deep Map [ci skip]
1 parent 54b0953 commit 9cdea19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
**Deep Map Keys** recurses through an object and transforms its keys – and
1212
the keys of any nested objects – according to some function.
1313

14+
To transform the *values* of an object rather than its keys, use
15+
[Deep Map][deep-map].
16+
1417
## Install
1518

1619
Install Deep Map Keys via [npm][npm].
@@ -160,6 +163,7 @@ Copyright © 2016 Akim McMath. Licensed under the [MIT License][license].
160163
[travis]: https://travis-ci.org/akim-mcmath/deep-map-keys
161164
[coveralls]: https://coveralls.io/github/akim-mcmath/deep-map-keys?branch=master
162165
[gemnasium]: https://gemnasium.com/akim-mcmath/deep-map-keys
166+
[deep-map]: https://github.com/akim-mcmath/deep-map
163167
[snake-case]: https://en.wikipedia.org/wiki/Snake_case
164168
[camel-case]: https://en.wikipedia.org/wiki/CamelCase
165169
[typescript]: http://www.typescriptlang.org/

0 commit comments

Comments
 (0)