Skip to content

Commit a27c0b6

Browse files
committed
Formatting changes in Readme
1 parent 6b993d1 commit a27c0b6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,14 @@ Sample usage
287287
imagekit.upload({
288288
file: file.files[0],
289289
fileName: "abc1.jpg",
290-
tags: ["tag1"]
291-
extensions: [{name: "aws-auto-tagging", minConfidence: 80, maxTags: 10}]
290+
tags: ["tag1"],
291+
extensions: [
292+
{
293+
name: "aws-auto-tagging",
294+
minConfidence: 80,
295+
maxTags: 10
296+
}
297+
]
292298
}, function(err, result) {
293299
console.log(arguments);
294300
console.log(imagekit.url({

0 commit comments

Comments
 (0)