From ee7aa411a287532f3e1d40e6af087d2da889c3f0 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:23:14 +0200 Subject: [PATCH] examples/nimble_gatt: fix typos --- examples/nimble_gatt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nimble_gatt/README.md b/examples/nimble_gatt/README.md index 565e7c9f60..5c16217558 100644 --- a/examples/nimble_gatt/README.md +++ b/examples/nimble_gatt/README.md @@ -1,7 +1,7 @@ NimBLE GATT Server Example ========================== This example application configures and runs the NimBLE BLE stack as simple GATT -server. It will provide two services, the build-in GAP and the build-in GATT +server. It will provide two services, the built-in GAP and the built-in GATT service. The device will advertise itself by the name `NimBLE on RIOT`. To interact with the BLE device running this example, use any BLE client that is