authorgravatar for 1265028+drkameleon@users.noreply.github.comYanis Zafirópulos <1265028+drkameleon@users.noreply.github.com> 2020-10-26 14:38:36+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-10-26 18:39:34+01:00
logc6747e1063d6aadf51cbd8e6b2bbfdfc0d87326c
tree7a8a10d213785b11f218a6285417cfb860abd77a
parent74a1175d9db56e0c6c3603699027434c489f4518

Copy editing :)


1 files changed, 5 insertions(+), 5 deletions(-)

README.md+5-5
...@@ -19,7 +19,7 @@ A general-purpose programming language and toolchain for maintaining...@@ -19,7 +19,7 @@ A general-purpose programming language and toolchain for maintaining
19[![Build Status](https://dev.azure.com/ziglang/zig/_apis/build/status/ziglang.zig?branchName=master)](https://dev.azure.com/ziglang/zig/_build/latest?definitionId=1&branchName=master)19[![Build Status](https://dev.azure.com/ziglang/zig/_apis/build/status/ziglang.zig?branchName=master)](https://dev.azure.com/ziglang/zig/_build/latest?definitionId=1&branchName=master)
2020
21Note that you can21Note that you can
22[download a binary of master branch](https://ziglang.org/download/#release-master) or 22[download a binary of the master branch](https://ziglang.org/download/#release-master) or
23[install Zig from a package manager](https://github.com/ziglang/zig/wiki/Install-Zig-from-a-Package-Manager).23[install Zig from a package manager](https://github.com/ziglang/zig/wiki/Install-Zig-from-a-Package-Manager).
2424
25### Stage 1: Build Zig from C++ Source Code25### Stage 1: Build Zig from C++ Source Code
...@@ -111,10 +111,10 @@ stage2/bin/zig build install -Drelease...@@ -111,10 +111,10 @@ stage2/bin/zig build install -Drelease
111111
112The ultimate goal of the Zig project is to serve users. As a first-order112The ultimate goal of the Zig project is to serve users. As a first-order
113effect, this means users of the compiler, helping programmers to write better113effect, this means users of the compiler, helping programmers to write better
114software. Even more important, however, are the end users.114software. Even more important, however, are the end-users.
115115
116Zig is intended to be used to help **end users** accomplish their goals. Zig116Zig is intended to be used to help **end-users** accomplish their goals. Zig
117should be used to empower end users, never to exploit them financially or to117should be used to empower end-users, never to exploit them financially, or to
118limit their freedom to interact with hardware or software in any way.118limit their freedom to interact with hardware or software in any way.
119119
120However, such problems are best solved with social norms, not with software120However, such problems are best solved with social norms, not with software
...@@ -122,7 +122,7 @@ licenses. Any attempt to complicate the software license of Zig would risk...@@ -122,7 +122,7 @@ licenses. Any attempt to complicate the software license of Zig would risk
122compromising the value Zig provides.122compromising the value Zig provides.
123123
124Therefore, Zig is available under the MIT (Expat) License, and comes with a124Therefore, Zig is available under the MIT (Expat) License, and comes with a
125humble request: use it to make software better serve the needs of end users.125humble request: use it to make software better serve the needs of end-users.
126126
127This project redistributes code from other projects, some of which have other127This project redistributes code from other projects, some of which have other
128licenses besides MIT. Such licenses are generally similar to the MIT license128licenses besides MIT. Such licenses are generally similar to the MIT license