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

Commit

Permalink
Move forecast.io example to examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswyse committed Jan 5, 2014
1 parent c4e6ff8 commit b1d6e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.js → examples/forecast.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Forecast example
//

// Require the module
var Forecast = require('./index.js');
// Require the forecast module
var Forecast = require('../');

// Initialize with custom settings
var forecast = new Forecast({
Expand Down

0 comments on commit b1d6e66

Please sign in to comment.