From b988017547581ea39163913e400c962f74fc9b32 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 9 Feb 2016 22:31:49 -0700 Subject: [PATCH] add link to intro in readme closes #119 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60a13e9e1740aafab40ba95beda570dc7c6d45c0..dd32e66c4cb594358ac8669858bed42b928ac1c8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Zig is not afraid to roll the major version number of the language if it improves simplicity, fixes poor design decisions, or adds a new feature which compromises backward compatibility. +[Introduction to the Zig Programming Language](http://andrewkelley.me/post/intro-to-zig.html) + ## Existing Features * Compatible with C libraries with no wrapper necessary. Directly include -- 2.54.0