Skip to content

Commit 2b0b001

Browse files
committed
Formatting
1 parent 2aef566 commit 2b0b001

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
##Browserify usage
44
var loadImage = require('blueimp-load-image-browserify/js/load-image');
55

6-
loadImage(file, function(canvas) {
7-
//See the main repo for more instructions
8-
});
6+
loadImage(file, function(canvas) {
7+
//See the main repo for more instructions
8+
});
99

1010
//If you need to use any of the extra files, e.g. the iOS fix, just include them after the main require:
1111

12-
var loadImage = require('blueimp-load-image-browserify/js/load-image');
13-
require('blueimp-load-image-browserify/js/load-image-ios');
12+
var loadImage = require('blueimp-load-image-browserify/js/load-image');
13+
require('blueimp-load-image-browserify/js/load-image-ios');
1414

1515

1616
## Demo

0 commit comments

Comments
 (0)