From 167a8b1810ae807b41e7847066f7fb7055514aa9 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Wed, 30 Oct 2013 19:32:14 -0700 Subject: [PATCH] Remove 'More resources' section from README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index c87a4ccc..bf613ecc 100644 --- a/README.md +++ b/README.md @@ -268,12 +268,3 @@ MKTArgumentCaptor *argument = [[MKTArgumentCaptor alloc] init]; NSComparator block = [argument value]; assertThatInt(block(@"a", @"z"), equalToInt(NSOrderedAscending)); ``` - - -More resources --------------- - -* [Sources](https://github.com/jonreid/OCMockito) -* [OCHamcrest](https://github.com/hamcrest/OCHamcrest) -* [Quality Coding](http://qualitycoding.org/) - Tools, tips & -techniques for _building quality in_ to iOS development.