Update chaining note. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-05 10:18:03 -07:00
parent 504aead673
commit 786a92669e

View File

@@ -166,7 +166,7 @@ _.gt(_, 2)(5);
The `lodash/fp` module **does not** convert chain sequence methods. See
[Izaak Schroeders article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba)
for more details.
on using functional composition as an alternative to method chaining.
## Convert