Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Add note about require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsmita6 committed Aug 13, 2015
1 parent 782f128 commit 7838d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var util = require('util');
var ParentBot = require('../parentBot.js').ParentBot;
var ParentBot = require('../parentBot.js').ParentBot; //change to 'steam-parentbot' if not running from examples directory

var MySQL = require('mysql'); //require your own modules

Expand Down

0 comments on commit 7838d95

Please sign in to comment.