Skip to content

Commit

Permalink
Update readme usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jun 29, 2016
1 parent a18c0ed commit 58d2e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm i -g trucks
Programmatic usage:

```javascript
var trucks = require('../../lib/index');
const trucks = require('../../lib/index');

trucks({files: ['example/components.html']}, (err, res) => {
if(err) {
Expand Down
2 changes: 1 addition & 1 deletion doc/readme/usage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var trucks = require('../../lib/index');
const trucks = require('../../lib/index');

trucks({files: ['example/components.html']}, (err, res) => {
if(err) {
Expand Down

0 comments on commit 58d2e56

Please sign in to comment.