From 60308e0b0cb14e7a26631f632123db16e4cb09c0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Sep 2022 08:48:23 -0500 Subject: [PATCH] chore: rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ea13a..e4cdc4a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Install this via pip (or your favourite package manager): [Documentation](https://dbus-fast.readthedocs.io/en/latest/) -dbus-nefastxt is a Python library for DBus that aims to be a performant fully featured high level library primarily geared towards integration of applications into Linux desktop and mobile environments. +dbus-fast is a Python library for DBus that aims to be a performant fully featured high level library primarily geared towards integration of applications into Linux desktop and mobile environments. Desktop application developers can use this library for integrating their applications into desktop environments by implementing common DBus standard interfaces or creating custom plugin interfaces.