소스 검색

Fix README.

Herby Vojčík 7 년 전
부모
커밋
500a1d12b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -215,7 +215,7 @@ using `atPath`. The `options` argument can contain these additional fields:
 
 
 Function enumerates over keys and performs
 Function enumerates over keys and performs
 "get key from obj, call fn on value, put transformed value into resultKey in result"
 "get key from obj, call fn on value, put transformed value into resultKey in result"
-operations over them, using `deget` for getting and `decow` for putting.
+operations over them, using `.get` for getting and `.put` for putting.
 Additionally, if putting actually resulted in change,
 Additionally, if putting actually resulted in change,
 the result key and value is also put into `diff`.
 the result key and value is also put into `diff`.
 It then returns `{result, diff}` object.
 It then returns `{result, diff}` object.