Skip to content

Commit 83c0ef0

Browse files
authored
Improved Project Status Section In Readme (#530)
* Improved Project Status Section In Readme
1 parent 8f7e87b commit 83c0ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ You can also see examples of `ArgumentParser` adoption among Swift project tools
9393

9494
## Project Status
9595

96-
The Swift Argument Parser package is source stable;
96+
The Swift Argument Parser package is source-stable;
9797
version numbers follow semantic versioning.
98-
Source breaking changes to public API can only land in a new major version.
98+
Source-breaking changes to public API can only land in a new major version.
9999

100100
The public API of version 1.0.0 of the `swift-argument-parser` package
101101
consists of non-underscored declarations that are marked public in the `ArgumentParser` module.
@@ -105,7 +105,7 @@ as well as the package’s examples, tests, utilities, and documentation.
105105

106106
Future minor versions of the package may introduce changes to these rules as needed.
107107

108-
We'd like this package to quickly embrace Swift language and toolchain improvements that are relevant to its mandate.
108+
We want this package to quickly embrace Swift language and toolchain improvements that are relevant to its mandate.
109109
Accordingly, from time to time,
110110
we expect that new versions of this package will require clients to upgrade to a more recent Swift toolchain release.
111111
Requiring a new Swift release will only require a minor version bump.

0 commit comments

Comments
 (0)