From 7a2c1327d1ecdcc3f19485e7525fcd462b1ed8ce Mon Sep 17 00:00:00 2001 From: akrm Date: Fri, 23 Jan 2026 20:48:49 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e96820f5..bb0a924a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Rust API for [NetworkManager](https://networkmanager.dev/) over [D-Bus](https: The project is divided into the following crates: * `nmrs`: The core library providing NetworkManager bindings and Wi-Fi management API. -* `nmrs-gui`: A Wayland-compatible GTK4 graphical interface for NetworkManager. +* `nmrs-gui`: A Wayland-compatible GTK4 graphical interface for NetworkManager. [Jump to the GUI section of this repo](#installation) ## Getting Started