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