From 8aa6028b6874aef87b709336b1920127f1ead788 Mon Sep 17 00:00:00 2001 From: Mathias <78111467+matubu@users.noreply.github.com> Date: Sat, 2 Oct 2021 17:53:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3968c1c..3fd934e 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,12 @@ highlightAll(); ### Deno +```js import { setTheme, printHighlight } from 'https://x.nest.land/speed_highlight_js/dist/deno.js'; await setTheme('default'); printHighlight('code', 'js', false); +``` ## Languages supported 🌐