Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flintinatux committed Jan 26, 2018
1 parent c59e783 commit 0a2654a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p align="center">
<a href="https://www.npmjs.com/package/tinyfunk"><img src="https://img.shields.io/npm/v/tinyfunk.svg" alt="npm version" style="max-width:100%;"></a>
<a href="https://www.npmjs.com/package/tinyfunk"><img src="https://img.shields.io/npm/dm/tinyfunk.svg" alt="npm downloads" style="max-width:100%;"></a>
<a href="#"><img src="https://img.shields.io/badge/gzip--size-1.19%20kB-blue.svg" alt="gzip-size" style="max-width:100%;"></a>
<a href="#"><img src="https://img.shields.io/badge/gzip--size-1.21%20kB-blue.svg" alt="gzip-size" style="max-width:100%;"></a>
<br />
<a href="https://travis-ci.org/flintinatux/tinyfunk"><img src="https://travis-ci.org/flintinatux/tinyfunk.svg?branch=master" alt="Build Status" style="max-width:100%;"></a>
<a href="https://coveralls.io/github/flintinatux/tinyfunk?branch=master"><img src="https://coveralls.io/repos/github/flintinatux/tinyfunk/badge.svg?branch=master" alt="Coverage Status" style="max-width:100%;"></a>
Expand Down Expand Up @@ -99,6 +99,7 @@ If you've lived with FP long enough, you are likely familiar with most of the fu
| `objOf` | `k -> v -> { k: v }` |
| `omit` | `[k] -> { k: v } -> { k: v }` |
| `partial` | `(a... -> b) -> [a] -> a... -> b` |
| `partialRight` | `(a... -> b) -> [a] -> a... -> b` |
| `path` | `[k] -> { k: v } -> v` |
| `pick` | `[k] -> { k: v } -> { k: v }` |
| `pipe` | `((a -> b), ..., (y -> z)) -> a -> z` |
Expand Down

0 comments on commit 0a2654a

Please sign in to comment.