Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Updates README to avoid requiring github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mkornatz committed Nov 27, 2017
1 parent 83d9896 commit 1547984
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Add One Logger to your `composer.json` file:
```
{
"repositories": [
{
"type": "git",
"url": "git@github.com:onedesign/onelogger.git"
}
{
"type": "vcs",
"url": "https://github.com/onedesign/onelogger"
}
],
"require": {
"onedesign/onelogger": "1.0",
"onedesign/onelogger": "^1.0",
}
}
```
Expand Down

0 comments on commit 1547984

Please sign in to comment.