Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2e232f2

Browse files
Update README.md
1 parent 94f4798 commit 2e232f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
We needed to optimize the bundle size of our projects. Since we were already using ES6 and transpiling it, we decided to create a functional library that takes the native Array and String APIs used by major browsers and Nodejs, and make them *functional* - so we can `curry`, `compose`, and `pipe` them. If you are either already transpiling es6 in your project, or you are not supporting older browsers, you should use this instead of `ramda` or `lodash/fp`. If you need to support older browsers, are not transpiling es6, or using es5 - you should use `lodash/fp` or `ramda`
3838

39-
## why pico-lambda
39+
## Features
4040
- **Pico:** weighs less than 700 bytes when minified and gzipped.
4141
- **Useful:** takes most native JavaScript array and string methods and makes them *immutable*, *curried*, and *composable*.
4242
- **Functional:** Curry, compose and pipe, Oh My!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /