-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Installation information in the README #54
Conversation
8W9aG
commented
Jan 28, 2016
- Include static libraries
- Cocoapods
- Carthage
* Include static libraries * Cocoapods * Carthage
Erm it seems coveralls is confused on this one. |
@@ -28,6 +28,37 @@ The authentication in this case is abstract, allowing the creator of the SPTData | |||
### Back-off policy :cop: | |||
The data loader service allows rate limiting of URLs to be set explicitly or to be determined by the server using the “Retry-After” semantic. It allows back-off retrying by using a jittered exponential backoff to prevent the thundering hordes creating a request storm after a predictable exponential period has expired. | |||
|
|||
## Installation | |||
SPTDataLoader can be installed it a variety of ways including traditional static libraries, Cocoapods and Carthage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace “installed it a” with “installed in a”.
Very nice! I left a few edit suggestions (from my phone, so my thumbs now hurt 😢) |
|
||
### CocoaPods | ||
We are indexed on [CocoaPods](http://cocoapods.org) and can be installed with the following commands: | ||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the correct one here is shell
. However bash
maybe also works?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked the rendered output and this is not highlighting it at least. So let's change these to shell instead.
Closing this in favor of #57. |
Add installation information to readme (extends #54)