mirror of
https://github.com/zhigang1992/FayeObjC.git
synced 2026-01-12 17:22:33 +08:00
Tweak readme
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user