Skip to content

Commit

Permalink
Fix incorrect path to main file in example.js (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaisteinherz authored and sindresorhus committed May 25, 2019
1 parent acc5c9b commit 247cb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
@@ -1,5 +1,5 @@
'use strict';
const ow = require('./main');
const ow = require('./dist/source');

const logError = fn => {
try {
Expand Down

0 comments on commit 247cb7d

Please sign in to comment.