From 5de79a93c80f25f464069fc2e62c876d9b3cedda Mon Sep 17 00:00:00 2001 From: DigiH Date: Sat, 23 Jul 2022 18:30:37 +0200 Subject: [PATCH] Docs Link --- README.md | 6 ++++-- docs/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2aec6afc..61b785b2 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ Theengs decoder library translates these data chains into human readable data le It's also a simplified way of defining the thing properties and how to decode these. -Theengs Decoder can be used on memory constraint environments like micro controllers (ESP32, ESP8266, Arduino), on PC or on a Unix server. +Theengs Decoder can be used on memory constraint environments like micro controllers (ESP32, ESP8266, Arduino), on a PC or on a Unix server. Unit testing assures that the modification done on the library doesn't affect previous capabilities. In a few words: * Light * Portable * Expandable -* Interoperable \ No newline at end of file +* Interoperable + +For more information view the [documentation](https://decoder.theengs.io/) diff --git a/docs/README.md b/docs/README.md index 2ca6cd2c..ad83599b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,7 @@ Theengs decoder library translates these data chains into human readable data le It's also a simplified way of defining the thing properties and how to decode these. -Theengs Decoder can be used on memory constraint environments like micro controllers (ESP32, ESP8266, Arduino), on PC or on a Unix server. +Theengs Decoder can be used on memory constraint environments like micro controllers (ESP32, ESP8266, Arduino), on a PC or on a Unix server. Unit testing assures that the modification done on the library doesn't affect previous capabilities. In a few words: