diff --git a/README.md b/README.md
index 1f4c874..c6123a6 100644
--- a/README.md
+++ b/README.md
@@ -316,8 +316,7 @@ See a list of currently supported possibilities while using this package [below]
### A little more about Usage
-One may use the HTTP API according to one's beliefs (including letting the package auto-generate it), but it is mainly intended for web development and cross platform clients
-like the interoperable [node-wot](https://github.com/eclipse-thingweb/node-wot) HTTP(s) client. If your plan is to develop a truly networked system, it is recommended to learn more and
+The HTTP API may be autogenerated or adjusted by the user. If your plan is to develop a truly networked system, it is recommended to learn more and
use [Thing Descriptions](https://www.w3.org/TR/wot-thing-description11) to describe your hardware (This is optional and one can still use a classic HTTP client). A Thing Description will be automatically generated if absent as shown in JSON examples above or can be supplied manually. The default end point to fetch thing descriptions are:
`http(s):////resources/wot-td`
If there are errors in generation of Thing Description
(mostly due to JSON non-complaint types), one could use:
`http(s):////resources/wot-td?ignore_errors=true`