From 1d342cb6e75e45ea95e307f4115a56345627a0ef Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Sun, 17 Sep 2017 03:56:26 +0200 Subject: [PATCH] Specify language for syntax highlighting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d01be0a..94c459641 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ npm install simple-icons The API can then be used as follows: -``` +```javascript const simpleIcons = require('simple-icons'); console.log(simpleIcons['Google+']);