Skip to content

Commit a6de594

Browse files
committed
Fix type in readme docs
1 parent 29d7dbd commit a6de594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ $client->packages()->createArtifactPackage([$artifactId]);
600600
#### Update artifact files of a package
601601

602602
```php
603-
$result = $client->packages()->packages()->artifacts()->showPackageArtifacts('acme-website/package'); // get artifact files details for a package
603+
$result = $client->packages()->artifacts()->showPackageArtifacts('acme-website/package'); // get artifact files details for a package
604604
$artifactFileIds = [42, 43];
605605
$client->packages()->editArtifactPackage('acme-website/package', $artifactFileIds);
606606
```

0 commit comments

Comments
 (0)