Skip to content

Commit

Permalink
docs(readme): more readable console.log output (in exmample)
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed Apr 3, 2024
1 parent cd05ff1 commit fd28a61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const imgUrl = thumbor
.resize(300, 200)
.buildURL()

console.log(imageUrl) // https://your-thumbor.com/unsafe/300x200/smart/https://cataas.com/cat
console.log(imageUrl)
// https://your-thumbor.com/unsafe/300x200/smart/https://cataas.com/cat
```

## LICENSE
Expand Down

0 comments on commit fd28a61

Please sign in to comment.