From bc11a9e56f79516398d1f4019392986dc0fc2895 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Fri, 14 Sep 2018 21:30:51 -0700 Subject: [PATCH] Add syntax highlighting to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17f8b5b..eb127a5 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ or the [API documentation](API.md). The easiest way to use dat.GUI in your code is by using the built source at `build/dat.gui.min.js`. These built JavaScript files bundle all the necessary dependencies to run dat.GUI. In your `head` tag, include the following code: -``` +```html ``` ## Installing from npm -``` +```bash $ npm install --save dat.gui ```