Skip to content

Commit f8818c2

Browse files
committed
Add build status
1 parent f251341 commit f8818c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
memoization-behavior [![Build Status](https://travis-ci.org/shawncplus/memoization-behavior.svg?branch=master)](https://travis-ci.org/shawncplus/memoization-behavior)
2+
====================
3+
14
`Biddle.MemoizationBehavior` allows you to define a computed property
25
as memoizable (http://en.wikipedia.org/wiki/Memoization) with `_memoizeComputed`
36
or more generally memoize any given function with `_memoize`

0 commit comments

Comments
 (0)