Tweak readme

This commit is contained in:
pcrawfor
2011-03-04 20:48:20 -05:00
parent 27b9807e8a
commit ae6b8db180

View File

@@ -2,7 +2,7 @@
A simple Objective-C client library for the Faye publish-subscribe messaging server. FayeObjC is implementing on top of the zimt Objective-C web socket library and will work on both Mac and iPhone projects.
= Working with the library
= Building the library
Using it in a Mac project:
@@ -41,6 +41,8 @@ Getting YAJL to build:
Add the CFNetwork.framework to your project by right clicking on Linked Frameworks in the Project and selecting Add->Existing Frameworks...
== Working with the library
Initialize a Client:
// import the client
#import "FayeClient.h"