From de9172d0dc43ceae492215315858f85ec51b9e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Vatle?= Date: Mon, 13 Nov 2017 19:29:14 +0200 Subject: [PATCH] Added syntax highlighting for `Usage` code block. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b07f81f..0065130 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please refer to [http://steamid.co/](http://steamid.co/) or [http://steamidconve # Usage Note that the `'steam-api-key'` can be defined as an environment variable, with the name of `STEAM_API_KEY` -``` +```es6 var SteamApi = require('steam-api'); var user = new SteamApi.User('steam-api-key', optionalSteamId);