Skip to content

Commit f9dd3a6

Browse files
committed
🐻🌈 metafizzy hello world
1 parent 4ea0d22 commit f9dd3a6

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

β€ŽReadme.mdβ€Ž

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Unfortunately this project is **no longer maintained**.
2-
3-
It's had strong contributors over the years but it's time to clearly set expectations. We are unlikely to ship a new version, add features or fix bugs.
4-
5-
IMO, the only way forward with this project is a 100% rewrite with a new API. If you're interested in owning that, please get in touch. ~ @paulirish, april 2015
6-
7-
PS. Thank you very much to all the [contributors](https://github.com/infinite-scroll/infinite-scroll/graphs/contributors) over the years. It's been a fun time helping the internet scroll their way to more good stuff. :)
1+
[Metafizzy is taking over Infinite Scroll.](https://metafizzy.co/blog/metafizzy-taking-infinite-scroll/) Expect brand new v3 release shortly 🌈🐻
82

93
<hr>
104

@@ -18,7 +12,8 @@ The jQuery and WordPress Plugins:
1812
* WordPress Plugin <http://www.infinite-scroll.com/installation/>
1913

2014

21-
##Methods##
15+
## Methods
16+
2217
A method is a command you can use to control Infinite Scroll once the plugin has been initialized. You can call on any Infinite Scroll method by using `$('.selector').infinitescroll('method-name');`.
2318

2419
**Bind**
@@ -58,7 +53,8 @@ Scroll will check to see if the next page is to be loaded, the same thing as if
5853
The `update` method is used to update options in the instance of Infinite Scroll after initialization. The second argument is the object of options that you want to update.
5954

6055

61-
##Options##
56+
## Options
57+
6258
Better documentation coming soon.
6359

6460
```javascript

β€Žbower.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-infinite-scroll",
33
"version": "2.1.0",
4-
"homepage": "https://github.com/paulirish/infinite-scroll",
4+
"homepage": "https://github.com/metafizzy/infinite-scroll",
55
"authors": [
66
"paulirish"
77
],

0 commit comments

Comments
Β (0)