Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Mar 10, 2015
1 parent 2fdf8c0 commit 19abde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var path = require('path');
var concat = require('helper-concat');
var mdu = require('markdown-utils');
var utils = require('./utils');
var obj = require('./objects');
var obj = require('./object');

/**
* Embed code from an external file as preformatted text.
Expand Down

0 comments on commit 19abde7

Please sign in to comment.