Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed May 16, 2016
1 parent b41e722 commit d2434cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ See in [examples](./examples) folder:
var EasyFit = require('./../dist/easy-fit.js').default;
var fs = require('fs');

var file = process.argv[2];

fs.readFile(file, function (err, content) {
fs.readFile('./example.fit', function (err, content) {
var easyFit = new EasyFit({
force: true,
speedUnit: 'km/h',
Expand Down

0 comments on commit d2434cd

Please sign in to comment.