From bbe5688571311e683d286b925d7354f0dce21aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Thu, 2 Jul 2026 23:35:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ff794..311e5b3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ The floor is set by **KMDF 1.15**, which only loads on Windows 10 1507 / Server ## How to use -See this [example implementation](https://git.nefarius.at/nefarius/nssudeaudio). +See the [API reference](src/Dmf_BusFilter.md) for the full module documentation, including configuration, callbacks, methods, and implementation details. + +See this [example implementation](https://git.nefarius.at/nefarius/nssudeaudio) for a real-world driver using the library. ## Sources & 3rd party credits