From cb030f40fd8b6ee40d8b6edda508cf6c3c060812 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 19 Jan 2023 15:01:57 -0500 Subject: [PATCH] Make translation example more clear --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 048e026..72fec92 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,7 @@ type process = {
-🔀 Example translation from Bash to Luau - -**_Before:_** +🔀 Example translation from Bash ```bash #!/bin/bash @@ -95,7 +93,7 @@ do done ``` -**_After:_** +**_With Lune & Luau:_** ```lua local valid = true