From 44853e111984cd39b983cad4dab71ec27118c95c Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 21 Sep 2025 00:07:26 +0200 Subject: [PATCH] docs(README.md): add note regarding `time` global --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a610d50..fc32a78 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,6 @@ Send code to Hydra from Neovim ```javascript solid([1, 0, 0], [0, 1, 0], [0, 0, 1]).out(); ``` + +**Note:** If Hydra is not visible (i.e. when you don't have it next to your editor/on +another screen), the `time` global is only updated roughly once a second.