From 60c985c6aa7434a0e8287d8a403ace8d1911fe99 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 19 Apr 2017 10:38:50 +0300 Subject: [PATCH] docs(readme) add wraptile --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3009fc..da5befb 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ var zames = require('zames/legacy'); - [currify](https://github.com/coderaiser/currify "currify") - translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments. +- [wraptile](https://github.com/coderaiser/wraptile "wraptile") - translate the evaluation of a function that takes multiple arguments into evaluating a sequence of 2 functions, each with a any count of arguments. + ## License MIT