From 30c032985fbfdc354ad34751afbca84108d73d1f Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sat, 17 Sep 2022 16:46:03 +0200 Subject: [PATCH] Make note rewrite work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863e9a8..693603b 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ EventLoop::repeat(600, function () use ($resolver) { }); ``` -> **Note:** +> **Note** > The above code relies on the resolver not being changed. `reloadConfig` is specific to `Rfc1035StubResolver` and is not part of the `Resolver` interface. ## Example