Skip to content

Commit

Permalink
Updated documentation with composer.json data
Browse files Browse the repository at this point in the history
  • Loading branch information
octante committed Mar 29, 2015
1 parent 53f98ae commit b6ec0b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Empty file removed Resources/doc/index.md
Empty file.
8 changes: 7 additions & 1 deletion Resources/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ Setting up the bundle
=============================
### A) Add MarvelAPIBundle to your composer.json

// TODO : Add marvel api bundle to packagist
```yaml
{
"require": {
"octante/marvel-api-bundle": "1.0.*@dev"
}
}
```

### B) Enable the bundle

Expand Down

0 comments on commit b6ec0b4

Please sign in to comment.