Skip to content

Commit 6b5729e

Browse files
committed
Fixed small mistakes and made documentation better
1 parent 2589843 commit 6b5729e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ It's similar to the [excellent Snaphax library](http://github.com/tlack/snaphax)
1010
built by Thomas Lackner <[@tlack](http://twitter.com/tlack)>, but the approach
1111
is different enough that I figured it deserved its own repo.
1212

13+
It now also supports storing the authentication key between requests, so you don't have to hammer Snapchat
14+
with your login requests and get blocked. Look futher down the page for that.
15+
1316
We love it when developers add new features, fix bugs, and submit pull requests.
1417
(We need more pull requests!)
1518

@@ -111,7 +114,7 @@ $snapchat->logout();
111114

112115
How to stop getting blocked by Snapchat
113116
------------
114-
This example will show you how to log into an account and store the auth key between sessions.
117+
This example will show you how to log into an account and store the auth key between requests.
115118
This is just an example and should not be deployed to production (you need to keep that auth key secret!)
116119

117120
```php

0 commit comments

Comments
 (0)