From 2bd0b2ca87298de79da378cf1f4495f1308472e2 Mon Sep 17 00:00:00 2001 From: Corentin LIAUD Date: Wed, 27 Aug 2025 19:44:59 +0200 Subject: [PATCH] doc: add section in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6fd1369..02516bb 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ Provides a "real-world" usage example of this library. Improved documentation available [here](./adb_cli/README.md). +## examples + +Some examples are available in the `examples` directory: + +- `examples/mdns`: mDNS device discovery example + ## pyadb_client Python wrapper using `adb_client` library to export classes usable directly from a Python environment.