authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-02-09 22:31:49-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-02-09 22:31:49-07:00
logb988017547581ea39163913e400c962f74fc9b32
tree173acdf9b991710f3ff509092aa1a62a3ac1d61d
parentaa504275f0966780a6e00a319464a8424ec54a54

add link to intro in readme

closes #119

1 files changed, 2 insertions(+), 0 deletions(-)

README.md+2
...@@ -13,6 +13,8 @@ Zig is not afraid to roll the major version number of the language if it...@@ -13,6 +13,8 @@ Zig is not afraid to roll the major version number of the language if it
13improves simplicity, fixes poor design decisions, or adds a new feature which13improves simplicity, fixes poor design decisions, or adds a new feature which
14compromises backward compatibility.14compromises backward compatibility.
1515
16[Introduction to the Zig Programming Language](http://andrewkelley.me/post/intro-to-zig.html)
17
16## Existing Features18## Existing Features
1719
18 * Compatible with C libraries with no wrapper necessary. Directly include20 * Compatible with C libraries with no wrapper necessary. Directly include