From d9fb911424bd2dd8c998e50a2fabad7fdbf7b360 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 25 Sep 2023 13:57:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04e39fc..8e4281d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Documentation is available [here](https://doap.dpldocs.info/). ### Making a request -``` +```d CoapClient client = new CoapClient("coap.me", 5683); CoapRequestFuture future = client.newRequestBuilder()