diff --git a/README.md b/README.md index be8e7fe8..b099d8e5 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,7 @@ var x = 3; var x = (1 + 2) * (6 - 4) / 2; ``` -## Control blocks - -### If +## If ```Rust if true { print("it's true!"); @@ -53,7 +51,7 @@ else { } ``` -### While +## While ```Rust var x = 10; while x > 0 {