aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-05-18 15:25:49 +0200
committerSven Gothel <[email protected]>2020-05-18 15:25:49 +0200
commit1cfb2a556fa74b08e8e37f34ee38826fc6fc91d6 (patch)
tree0a8dc15d3d3c4ed10a956871b5bc5998861caa91 /README.md
parentc57271b316805156a44243ddf96035888957f8a0 (diff)
README.md: Proof read fix, added 2nd Direct-BT descriptive sentence
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1a42bcd..ab385d53 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,9 @@ Direct-BT
*Direct-BT* provides direct Bluetooth programming without intermediate layers
targeting high-performance reliable Bluetooth support.
-*TinyB* is exposed via the following native libraries
+By having least system and userspace dependencies and no communication overhead, Direct-BT shall be suitable for embedded device configurations besides others.
+
+*Direct-BT* is exposed via the following native libraries
- *libdirect_bt.so* for the core C++ implementation.
- *libjavadirect_bt.so* for the Java binding.