From 1d8b6e387ddbd5ecfe2ba4ccb678c49758e35a6a Mon Sep 17 00:00:00 2001 From: Christian <6939810+chkr1011@users.noreply.github.com> Date: Wed, 23 Feb 2022 18:59:57 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 283a9c50..5af1de0b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ MQTTnet is a high performance .NET library for MQTT based communication. It prov * Lightweight (only the low level implementation of MQTT, no overhead) * Performance optimized (processing ~150.000 messages / second)* * Uniform API across all supported versions of the MQTT protocol -* Interfaces included for mocking and testing * Access to internal trace messages * Unit tested (~636 tests) * No external dependencies -- GitLab