From a6abf629a27531204aa6a6ade8e3d7a9b73405c3 Mon Sep 17 00:00:00 2001 From: wheat Date: Wed, 7 Apr 2021 20:45:25 -0400 Subject: [PATCH] docs: closes #426 --- 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.