Skip to content

Commit d07c99b

Browse files
committed
Update README.md
1 parent 702f347 commit d07c99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,9 @@ foreach ($tags as $key => $tag) {
555555
}
556556
```
557557

558-
### Creating an asset
558+
### Creating a new tag
559559

560-
To create a new asset you can define the name of the asset using the `create` method:
560+
To create a new tag, you can define the name of the tag using the `create` method:
561561
```php
562562
$assetName = "tag-" . random_int(100, 999);
563563
$response = $tagApi->create($assetName);

0 commit comments

Comments
 (0)