aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 616e3d8..e945cbb 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# ziglings
-Welcome to `ziglings`! This project contains a series of incomplete exercises.
-By completing the exercises, you learn how to read and write
+Welcome to `ziglings`! This project contains a series of tiny broken programs.
+By fixing them, you'll learn how to read and write
[Zig](https://ziglang.org/)
-code.
+code!
This project was directly inspired by the brilliant and fun
[rustlings](https://github.com/rust-lang/rustlings)