Skip to content

Commit

Permalink
Change name to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Londero committed Jul 24, 2014
1 parent aed696a commit 4169a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ I decided to write some code in order to consume the API and get a CLI tool to s
#### 1) Installing system-wide using composer (recommended)

```bash
$ composer global require gh/dashboard=dev-master@dev
$ composer global require dlondero/gh-dashboard=dev-master@dev
```

If it is the first time you globally install a dependency then make sure
Expand All @@ -30,7 +30,7 @@ you include `~/.composer/vendor/bin` in $PATH as shown [here](http://getcomposer
##### Always keep your gh/dashboard installation up to date:

```bash
$ composer global update gh/dashboard
$ composer global update dlondero/gh-dashboard
```

#### 2) Installing manually:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gh/dashboard",
"name": "dlondero/gh-dashboard",
"description": "Add missing feature to list issues mentioning me in Github's organization dashboard!",
"type": "project",
"authors": [
Expand Down

0 comments on commit 4169a76

Please sign in to comment.