Skip to content

Commit e86beab

Browse files
committed
fix: update raw parameter example in README for clarity
1 parent 892d31c commit e86beab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const customTransformUrl = client.helper.buildSrc({
307307
{
308308
width: 400,
309309
height: 300,
310-
raw: 'something-new', // Custom contrast transformation
310+
raw: 'something-new',
311311
},
312312
],
313313
});

0 commit comments

Comments
 (0)