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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brackendev authored Jul 21, 2019
1 parent 47d2b47 commit 9bb093a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ CocoaPods is the easiest way to use this project. Add the following to your proj
pod 'Readability-Objective-C', :git => 'https://github.com/brackendev/Readability-Objective-C.git'
````

It is a good idea to specifiy the version or commit. For example:

```Ruby
pod 'Readability-Objective-C', :git => 'https://github.com/brackendev/Readability-Objective-C.git', commit => '47d2b475ba7f4b3169321d61df552dd2a912cee9'
```

## Example Usage

1. Import it:
Expand All @@ -45,7 +51,7 @@ pod 'Readability-Objective-C', :git => 'https://github.com/brackendev/Readabilit
[Readability smogGradeForString:@"Text"];
```

Note: Also see the [example view controller](https://github.com/brackendev/Readability-Objective-C/blob/master/Example/Readability-Objective-C/ReadabilityViewController.m).
Note: See the [example view controller](https://github.com/brackendev/Readability-Objective-C/blob/master/Example/Readability-Objective-C/ReadabilityViewController.m).

## Acknowledgements

Expand Down

0 comments on commit 9bb093a

Please sign in to comment.