From d818f57a5f89b8271fced232bb7545b13bf6fce1 Mon Sep 17 00:00:00 2001 From: Saul-Mirone Date: Wed, 27 Apr 2022 17:37:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20vanilla=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/vanilla/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vanilla/main.ts b/examples/vanilla/main.ts index dd4d0284a25..9a3b6709217 100644 --- a/examples/vanilla/main.ts +++ b/examples/vanilla/main.ts @@ -27,8 +27,8 @@ async function main() { .use(tokyo) .use(commonmark) .use(math) - .use(menu()) - .use(slash()) + .use(menu) + .use(slash) .create(); await sleep(2000);