From 420fb19f7a891a6381f48dcd251683ba105e49ad Mon Sep 17 00:00:00 2001 From: Sai kumar Murali krishnan Date: Mon, 21 Dec 2020 18:12:11 +1100 Subject: [PATCH] Quick change to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb00a6c..2d96a7b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ uwucode does not enforce typing and is interpreted. It is also independent of wh ```owo var = value :3``` -For the sake of reference, `:3` can be replaced with `;`. For defining functions, the keyword `owo` is utilised: +For the sake of reference, `:3` can be replaced with `;`. For defining functions, the keyword `uwu` is utilised: ``` uwu square(x) {sugoi x*x;};