Skip to content

Commit e6118d9

Browse files
kiluazenjcubic
authored andcommitted
fix: replace dead kitten.placeholder URL
1 parent 162fa72 commit e6118d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ regex with regexes and process escape characters in double quoted strings.
211211
```javascript
212212
$('body').terminal({
213213
cat: function(width = 200, height = 300) {
214-
return $(`<img src="https://placekitten.com/${width}/${height}">`);
214+
return $(`<img src="https://cataas.com/cat?width=${width}&height=${height}">`);
215215
},
216216
title: function() {
217217
return fetch('https://terminal.jcubic.pl')

0 commit comments

Comments
 (0)