Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
garetht committed Mar 8, 2015
1 parent 73e5a60 commit 3d54c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -178,7 +178,7 @@ React Infinite is built with Browserify and Gulp. To get started, install the de

### Infinite Computers

Extending React Infinite to support different specifications of `elementHeight`s is now much easier. To do so, write a class that extends and satisfies the `InfiniteComputer` interface of five methods (see `src/computers/infinite_computer.js`). You can consult `ConstantInfiniteComputer` and `ArrayInfiniteComputer` to see how constant and variable heights are handled respectively.
Extending React Infinite to support different specifications of `elementHeight`s is now much easier. To do so, write a class that extends the `InfiniteComputer` and satisfies its interface of five methods (see `src/computers/infinite_computer.js`). You can consult `ConstantInfiniteComputer` and `ArrayInfiniteComputer` to see how constant and variable heights are handled respectively.

## Future Development

Expand Down

0 comments on commit 3d54c8f

Please sign in to comment.