Skip to content

Commit b13b82f

Browse files
committed
I thought that would rename package but it did not
- So you can move repos, but not rename the package - that's fine
1 parent 225907f commit b13b82f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ with `git remote set-url origin https://github.com/jobbyphp/jobby.git`.
1212
1. Install [`composer`](<http://getcomposer.org>).
1313
2. Add `jobby` to your `composer.json`.
1414

15-
`'jobbyphp/jobby': 'dev-master'`
15+
`'hellogerard/jobby': 'dev-master'`
1616

1717
3. Run `composer install`.
1818
4. Add the following line to your (or whomever's) crontab:
@@ -21,7 +21,7 @@ with `git remote set-url origin https://github.com/jobbyphp/jobby.git`.
2121

2222
After `jobby` installs, you can copy an example jobby file to the project root.
2323

24-
`% cp vendor/jobbyphp/jobby/resources/jobby.php .`
24+
`% cp vendor/hellogerard/jobby/resources/jobby.php .`
2525

2626
## Usage ##
2727

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jobbyphp/jobby",
2+
"name": "hellogerard/jobby",
33
"homepage": "https://github.com/jobbyphp/jobby",
44
"license": "MIT",
55
"description": "Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.",

0 commit comments

Comments
 (0)