File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ developers that it's even more the case.
146146Packages should have a license. We recommend a
147147[permissive free software license](https://en.wikipedia.org/wiki/Permissive_software_license),
148148such as MIT, or BSD for packages that are published publicly. This is not a requirement,
149- but more restrictive licenses are often avoided and would lead to fewer users of a package.
149+ but more restrictive licenses are often avoided and could lead to fewer users of a package.
150150
151151For our tutorial we use the MIT license. Our LICENSE file thus has the following text in it :
152152
@@ -443,7 +443,7 @@ The easiest way to publish a package is to upload the sources to GitHub and to u
443443[publish action](https://github.com/toitlang/action-publish).
444444
445445At each release it automatically takes the version number and informs the Toit package registry about the new
446- release. Just make sure that the version is of the form ` v1 .0.0` (or similar) . Version numbers follow
446+ release. Just make sure that the version is of the form ` v1 .0.0` . Version numbers follow
447447[semantic versioning](https://semver.org) and tags must be valid semver versions with a prefixed 'v'.
448448
449449<Tabs>
You can’t perform that action at this time.
0 commit comments