From 48c7dbf6b5b74a558627f0ae3a81403924f41934 Mon Sep 17 00:00:00 2001 From: The Blind Hawk <82989350+TheBlindHawk@users.noreply.github.com> Date: Thu, 27 Oct 2022 00:33:39 +0900 Subject: [PATCH] small fix on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edf612a..4c6a643 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ NB: '/path/soundfile.wav' for custom file, 'default' for default sound, '' to re ## Examples Here is a fully set up roulette example -``` +```javascript import { Roulette } from "@theblindhawk/roulette"; const rolls = [0, 8, 3, 5, 50];