We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add666c commit b21eb76Copy full SHA for b21eb76
1 file changed
user_guide_src/source/extending/composer_packages.rst
@@ -68,10 +68,10 @@ The ``name`` field is important here. Package names are generally written in the
68
format "vendor-name/package-name" with all lowercase. Here is a common example:
69
70
- ``your-vendor-name``: The name that identifies the vendor (creator of the package),
71
- such as the name of you or your organization.
+ such as your name or your organization.
72
- ``your-package-name``: The name of the package you are creating.
73
74
-Thus, it is important to make the name unique and distinguish it from other packages.
+Thus, it is important to make the name unique to distinguish it from other packages.
75
Uniqueness is especially important when publishing.
76
77
Namespace
0 commit comments