From 18ada034e5e6daa77101064756c6ee69c7911cfb Mon Sep 17 00:00:00 2001 From: Simon Randby Date: Sun, 14 Jul 2019 02:16:51 +0200 Subject: [PATCH] Readme: tag example block as js For great syntax highlighting =D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d598ff..0bd3b93 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ constructor(id, options) { ``` Then use the random generator you just created like this: -``` +```js var randomNumber = this.random(); ```