Skip to content

Commit

Permalink
change look of cow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsamikretz committed Nov 14, 2024
1 parent 5eb52ca commit 1dbd647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cowsay.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ app.get("/", function (req, res) {
res.send(
"<pre>" +
cowsay.say({
text: "Mooooh from the cloud!",
e: "oO",
T: "U ",
text: "hallo",
e:"oo",
T: "#",
}) +
"</pre>"
);
Expand Down

0 comments on commit 1dbd647

Please sign in to comment.