update readme tagline

master
Andrew Kelley 2019-12-30 18:16:40 -05:00
parent 8f8a32d297
commit a3d04b9228
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
![ZIG](https://ziglang.org/zig-logo.svg)
A general-purpose programming language for maintaining **robust**, **optimal**,
and **reusable** code.
A general-purpose programming language and toolchain for maintaining
**robust**, **optimal**, and **reusable** software.
## Resources

View File

@ -194,8 +194,8 @@
<div id="contents-wrapper"><div id="contents">
{#header_open|Introduction#}
<p>
Zig is a general-purpose programming language for maintaining <strong>robust</strong>,
<strong>optimal</strong>, and <strong>reusable</strong> code.
Zig is a general-purpose programming language and toolchain for maintaining
<strong>robust</strong>, <strong>optimal</strong>, and <strong>reusable</strong> software.
</p>
<ul>
<li><strong>Robust</strong> - behavior is correct even for edge cases such as out of memory.</li>