From 66adf790ebf4e448869f835d1108bfc1b0189a11 Mon Sep 17 00:00:00 2001 From: Yongjing Zhang <zhangyongjing@huawei.com> Date: Wed, 18 Jul 2018 11:12:38 -0400 Subject: [PATCH] fix char-set symbols in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b0811..9062412 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Any contributions made to this project must comply with the aforementioned licen ## Quick Introduction -The Smart Device Template (SDT) is a template which is used to model the capabilities, actions and events of connected devices. The intent of the SDT is to be able to model any type of connected device using a well accepted and standardised format. The main application of SDT is to enable a uniformly structured Application Programmer鈥檚 Interface (API) to applications that need to interact with connected devices. Usually, these applications would communicate to devices using an Abstraction Layer as an intermediary logic. The Abstraction Layer 鈥ç€ides鈥� the technology-specific, native language format of devices of different technology type from the applications. +The Smart Device Template (SDT) is a template which is used to model the capabilities, actions and events of connected devices. The intent of the SDT is to be able to model any type of connected device using a well accepted and standardised format. The main application of SDT is to enable a uniformly structured Application Programmer's Interface (API) to applications that need to interact with connected devices. Usually, these applications would communicate to devices using an Abstraction Layer as an intermediary logic. The Abstraction Layer "hides" the technology-specific, native language format of devices of different technology type from the applications. [Read the full Introduction.](SDT/schema4.0/docs/Introduction.md) -- GitLab