docs(README.md): add note regarding `time` global

This commit is contained in:
Luca 2025-09-21 00:07:26 +02:00
parent ef9873e59a
commit 44853e1119
1 changed files with 3 additions and 0 deletions

View File

@ -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.