docs(README.md): add note regarding `time` global
This commit is contained in:
parent
ef9873e59a
commit
44853e1119
|
@ -14,3 +14,6 @@ Send code to Hydra from Neovim
|
||||||
```javascript
|
```javascript
|
||||||
solid([1, 0, 0], [0, 1, 0], [0, 0, 1]).out();
|
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.
|
||||||
|
|
Loading…
Reference in New Issue