From 7df4a484f5cdf9ea8c6c703ae5912e467f6fa611 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Wed, 20 Sep 2017 17:14:34 +0300 Subject: [PATCH] Lego trademark respect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea7b0c..f313a7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python library to interact with Move Hub -_Move Hub is central controller block of [LEGO Boost Robotics Set](https://www.lego.com/en-us/boost)._ +_Move Hub is central controller block of [LEGO® Boost Robotics Set](https://www.lego.com/en-us/boost)._ In fact, Move Hub is just Bluetooth hardware, all manipulations are done with commands passed through Bluetooth Low Energy (BLE) wireless protocol. One of ways to issue these commands is to write Python program using this library.