Skip to content

Commit 2a5d858

Browse files
authored
Update README.md
1 parent 321a333 commit 2a5d858

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</a>
1010
</p>
1111

12-
React Scrollama is a lightweight interface for scrollytelling that uses [IntersectionObserver](https://developer.mozilla.org/docs/Web/API/Intersection_Observer_API) in favor of scroll events. It is adapted from Russel Goldenbeg's [Scrollama](https://github.com/russellgoldenberg/scrollama/).
12+
React Scrollama is a lightweight interface for scrollytelling in React. It is adapted from Russel Goldenbeg's [Scrollama](https://github.com/russellgoldenberg/scrollama), and it uses the [IntersectionObserver](https://developer.mozilla.org/docs/Web/API/Intersection_Observer_API) instead of scroll events.
1313

1414
As seen in:
1515
<table>
@@ -180,7 +180,7 @@ These are the props you can set on the `Step` component:
180180

181181
You will also probably want to set a `key` prop on each `Step` if you're transforming an array of data into a list of `Step` elements (see [Lists and Keys](https://reactjs.org/docs/lists-and-keys.html)).
182182

183-
## Contributors
183+
## The contributors that made this possible
184184

185185
* [jsonkao](https://github.com/jsonkao)
186186
* [NicholasLYang](https://github.com/NicholasLYang)
@@ -204,6 +204,4 @@ You will also probably want to set a `key` prop on each `Step` if you're transfo
204204
* Currently, there is no way to throttle/customize React Scrollama's [resize listener](https://github.com/jsonkao/react-scrollama/blob/master/src/Scrollama.js#L104) 😢. We're working on this in [#44](https://github.com/jsonkao/react-scrollama/issues/44).
205205
* Fire previous step triggers if they were jumped
206206

207-
## License
208-
209-
MIT
207+
If you need these features ASAP, let us know in issue!

0 commit comments

Comments
 (0)