aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2021-02-13 11:23:53 -0500
committerGitHub <noreply@github.com>2021-02-13 11:23:53 -0500
commit0b0dba168fb5a988fda0d43cb84dce68f25752fc (patch)
tree35fe721504b0f0cad3b136e7b435a1abbb228f6c /README.md
parent8133b22be1d51589771df40e8d5e4bc2f3ba3b8e (diff)
downloadziglings-0b0dba168fb5a988fda0d43cb84dce68f25752fc.tar.gz
ziglings-0b0dba168fb5a988fda0d43cb84dce68f25752fc.tar.bz2
ziglings-0b0dba168fb5a988fda0d43cb84dce68f25752fc.tar.xz
ziglings-0b0dba168fb5a988fda0d43cb84dce68f25752fc.zip
Updating README description of project
Also updated the GitHub project description to: "Learn the Zig programming language by fixing tiny broken programs." I think it sounds more of a fun challenge this way rather than the more academic "learn by doing exercises". I mean, who wouldn't want to come help these "tiny broken programs"?!?
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)