Skip to content

Commit

Permalink
fix(deps): mispelled rx
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Sileghem committed Sep 23, 2015
1 parent f83baa6 commit 3dcabb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var coindeskApi = require('coindesk-api');
var Rx = require('Rx');
var Rx = require('rx');

var initialCurrencyAmont = 100;

Expand Down

0 comments on commit 3dcabb0

Please sign in to comment.