From 55ad7c32f2d534b1fbd438204d21738f958c51a5 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Tue, 9 Feb 2021 18:36:57 -0500 Subject: Moved exercises to exercises because exercises --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 880b385..69287dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ziglings -Welcome to `ziglings`. This project contains a series of incomplete exercises. +Welcome to `ziglings`! This project contains a series of incomplete exercises. By completing the exercises, you learn how to read and write [Zig](https://ziglang.org/) code. @@ -55,7 +55,7 @@ If you can't (or don't want to) use the script, you can manually verify each exercise with the Zig compiler: ```bash -zig run 01_hello.zig +zig run exercises/01_hello.zig ``` ## TODO -- cgit v1.2.3-ZIG