Skip to content

Commit 4b3a30a

Browse files
author
mike_jc
committed
Fix package name
1 parent 1ddf2ca commit 4b3a30a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The workflow should be divided into the following independent steps:
1111
#### Via composer
1212
Run:
1313
```
14-
$ php composer require mike-jc/ImageBot
14+
$ php composer require mike-jc/image-bot
1515
```
1616
After that you can use any other bot command you want:
1717
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mike-jc/ImageBot",
2+
"name": "mike-jc/image-bot",
33
"description": "Bot that resizes and upload images to the storage",
44
"keywords": ["cli", "resize", "cloud storage", "queues"],
55
"version": "1.0.0",

0 commit comments

Comments
 (0)