From 73b089d256bdad538580ed4c89bb8b79699328fb Mon Sep 17 00:00:00 2001 From: Luke Redpath Date: Fri, 6 Dec 2013 17:39:08 +0000 Subject: [PATCH] Added link to API docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b73f256..9b0e5e34 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Pusher is a hosted service that sits between your web application and the browse The libPusher API mirrors the Pusher Javascript client as closely as possible, with some allowances for Objective-C conventions. In particular, whilst the Javascript client uses event binding for all event handling, where events are pre-defined, libPusher uses the standard Cocoa delegation pattern. +[API Documentation](http://lukeredpath.github.io/libPusher/html/index.html) + ## Example Subscribe to the ```chat``` channel and bind to the ```new-message``` event.