We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162fa72 commit e6118d9Copy full SHA for e6118d9
1 file changed
README.md
@@ -211,7 +211,7 @@ regex with regexes and process escape characters in double quoted strings.
211
```javascript
212
$('body').terminal({
213
cat: function(width = 200, height = 300) {
214
- return $(`<img src="https://placekitten.com/${width}/${height}">`);
+ return $(`<img src="https://cataas.com/cat?width=${width}&height=${height}">`);
215
},
216
title: function() {
217
return fetch('https://terminal.jcubic.pl')
0 commit comments