Skip to content

Commit cb8ef9b

Browse files
committed
Feedback.
1 parent ff3551c commit cb8ef9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/language/package/pkgtutorial.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ developers that it's even more the case.
146146
Packages should have a license. We recommend a
147147
[permissive free software license](https://en.wikipedia.org/wiki/Permissive_software_license),
148148
such 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

151151
For 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
445445
At 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>

0 commit comments

Comments
 (0)