From 9bb093aa44f5d48f1cb260584dc8010d85b9f5db Mon Sep 17 00:00:00 2001 From: brackendev Date: Sun, 21 Jul 2019 17:38:15 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf59518..90ef8d9 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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