From 6b4424aa18e29f4117ea6c7b99f93fbc67f2cd3f Mon Sep 17 00:00:00 2001 From: Kyle Howells Date: Thu, 21 Jan 2016 17:15:30 +0000 Subject: [PATCH] Fixed a typo in the Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc57141..f6cf51f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Support other device types besides lights. Documentation (I'll write some soon (I mean it this time)). For now just read "HKBAccessory.h" for an overview. Look in AppDelegate.m to see how to use the API once everything is in place (very simple). Look at "HKBLightAccessory" to see an example of how to write an accessory subclass. -The HKBLightAccessory class is abstract and doesn't link to any devices API directly. It is designed to be subclassed so that you can easily bridge different light bulbs SDKsto HomeKit. +The HKBLightAccessory class is abstract and doesn't link to any devices API directly. It is designed to be subclassed so that you can easily bridge different light bulbs SDKs to HomeKit. Instead look at HKBLightAccessoryLIFX.m to see a self contained subclass that links a light object from LIFX's API to the HomeKit API.