From 9274fd0b8f0ba9b475d12d601fb8eccb423d9d34 Mon Sep 17 00:00:00 2001 From: mobileflowllc Date: Tue, 27 Jun 2017 12:34:25 -0700 Subject: [PATCH] readme update --- README.md | 1 + library.properties | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1fc311d..6480d61 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ See the [examples](examples) folder for more details. ## Documentation +See the [GitHub Repo](https://github.com/moflo/homekit-particle) for more details on the background and usage for this library. ## LICENSE Copyright 2017 moflo diff --git a/library.properties b/library.properties index a2b8128..1152770 100644 --- a/library.properties +++ b/library.properties @@ -1,11 +1,11 @@ # Fill in information about your library then remove # from the start of lines # https://docs.particle.io/guide/tools-and-features/libraries/#library-properties-fields name=homekit -version=0.0.1 +version=1.0.1 author=moflo -# license=insert your choice of license here -# sentence=one sentence description of this library +license=GNU LPL +sentence=A Particle library for Apple's HomeKit # paragraph=a longer description of this library, always prepended with sentence when shown -# url=the URL of the project, like https://github.com/mygithub_user/my_repo -# repository=git repository for the project, like https://github.com/mygithub_user/my_repo.git -# architectures=a list of supported boards if this library is hardware dependent, like particle-photon,particle-electron +url=https://github.com/moflo/homekit-particle +repository=https://github.com/moflo/homekit-particle +architectures=particle-photon