diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 6a876f9..0f14c9d 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1489,7 +1489,7 @@ The `Assembly` object furnishes metadata about your project, including its name, | Property Name | Object Type | Required | Example | Description | |---------------|--------------------|----------|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| -| `uuid` | `string (UUID v4)` | Yes | `2675498a-829e-4d1a-abdf-b9dbea8005c6` | The Universally Unique Identifier (UUID) for the project. This is generated by `ncc` when you first create a project and is used to uniquely identify it. | +| `uuid` | `string` (UUID v4) | Yes | `2675498a-829e-4d1a-abdf-b9dbea8005c6` | The Universally Unique Identifier (UUID) for the project. This is generated by `ncc` when you first create a project and is used to uniquely identify it. | | `name` | `string` | Yes | `ExampleLibrary` | The project's name. It's crucial to avoid special characters and spaces when naming the project, as it serves as a unique identifier. | | `package` | `string` | Yes | `com.example.library` | The package name, following package naming conventions, similar to Java packages. | | `version` | `string` | Yes | `1.0.0` | The package version, adhering to the Semantic Versioning format to accurately indicate the project's version. |