Skip to content

Commit

Permalink
Committing documentation changes and some stuff for composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Skates committed Jan 22, 2013
1 parent ed2c9b6 commit f95a96f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ This library requires composer. You can find out more over at http://getcomposer

Clone or download the contents of this repository onto your local machine, setup your project as you normally would and add the following to the "require" section of your composer.json file:

"willskates/dictionaryapi": "dev-master"
"willskates/dictionaryapi": "v1.0.0"

After you have done this, run the command:

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
{
"name": "Will Skates",
"email": "will.skates@ntlworld.com",
"homepage": "http://www.thisbe.ws",
"homepage": "http://www.stuffby.ws",
"role": "developer"
}
],
Expand All @@ -18,6 +18,7 @@
"rmccue/requests": "dev-master",
"pimple/pimple": "1.0.*@dev"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"WillSkates": "src/"
Expand Down

0 comments on commit f95a96f

Please sign in to comment.