From 3d720c0a117f46829893ce9b37a4cdcf8d6958a5 Mon Sep 17 00:00:00 2001 From: wheat Date: Thu, 8 Apr 2021 01:00:59 -0400 Subject: [PATCH] docs: closes #426 (#434) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b11c059a357..94d18bcd02e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ export default { return { x, y, isDark, store } } -}) +} ``` Refer to [functions list](https://vueuse.org/functions) or [documentations](https://vueuse.org/) for more details.