From 01ee92eab228e88de56b5319820c215961ef19a5 Mon Sep 17 00:00:00 2001 From: Kamil Burczyk Date: Sun, 5 May 2013 14:46:16 +0300 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d30cac6..58b4b5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -AFAbstractRESTClient is simple abstract solution to deal with REST webservices using AFNetworking. +`AFAbstractRESTClient` is simple abstract solution to deal with REST webservices using AFNetworking. It basically adds some structure to API calls by separating each type of operation to a class. In classical approach one can use [façade pattern](http://en.wikipedia.org/wiki/Facade_pattern) to create a fat client with API methods.