Skip to content

Commit c6747e1

Browse files
drkameleonkubkon
authored andcommitted
Copy editing :)
1 parent 74a1175 commit c6747e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A general-purpose programming language and toolchain for maintaining
1919
[![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

2121
Note 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
2323
[install Zig from a package manager](https://github.com/ziglang/zig/wiki/Install-Zig-from-a-Package-Manager).
2424

2525
### Stage 1: Build Zig from C++ Source Code
@@ -111,18 +111,18 @@ stage2/bin/zig build install -Drelease
111111

112112
The ultimate goal of the Zig project is to serve users. As a first-order
113113
effect, this means users of the compiler, helping programmers to write better
114-
software. Even more important, however, are the end users.
114+
software. Even more important, however, are the end-users.
115115

116-
Zig is intended to be used to help **end users** accomplish their goals. Zig
117-
should be used to empower end users, never to exploit them financially or to
116+
Zig is intended to be used to help **end-users** accomplish their goals. Zig
117+
should be used to empower end-users, never to exploit them financially, or to
118118
limit their freedom to interact with hardware or software in any way.
119119

120120
However, such problems are best solved with social norms, not with software
121121
licenses. Any attempt to complicate the software license of Zig would risk
122122
compromising the value Zig provides.
123123

124124
Therefore, Zig is available under the MIT (Expat) License, and comes with a
125-
humble request: use it to make software better serve the needs of end users.
125+
humble request: use it to make software better serve the needs of end-users.
126126

127127
This project redistributes code from other projects, some of which have other
128128
licenses besides MIT. Such licenses are generally similar to the MIT license

0 commit comments

Comments
 (0)