From 99de108f6a20881785003e807eafbb4af27478fe Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 25 Nov 2020 19:31:57 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference.md b/docs/Reference.md index 3fdc074..4ea96f9 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -65,7 +65,7 @@ Creating an instance of this **class** add a new HAP Accessory to the HomeSpan H ## *SpanService()* -This is a **base class** from which all HomeSpan Services are derived, and should not be directly instantiated. Rather, to create a new Service, instantiate one of HomeSpan Services defined in the [Service](ServiceList.md) namespace. +This is a **base class** from which all HomeSpan Services are derived, and should not be directly instantiated. Rather, to create a new Service instantiate one of the HomeSpan Services defined in the [Service](ServiceList.md) namespace. * `SpanService()`