Skip to content

Commit

Permalink
Removed API key
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Feb 16, 2017
1 parent 1e9f7a3 commit 695906d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var OPSkinsAPI = require('./index.js'); // Change this to require('@opskins/api') when installing from npm
var opskins = new OPSkinsAPI('121fde9bb5f984c52eae51edce7e27');
var opskins = new OPSkinsAPI('your_api_key');

opskins.getSteamID(function(err, steamID) {
if (err) {
Expand Down

0 comments on commit 695906d

Please sign in to comment.