Skip to content

Commit

Permalink
🎉 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Apr 30, 2018
1 parent bfe1589 commit e17b3cd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,41 78,41 @@ movieTrailer( 'Oceans Eleven', ( error, response ) => {

### movieTrailer(movie [, options ] [, callback])

#### movie
* #### movie

**Required**
**Required**

Type: `string`
Type: `string`

Movie to search for.
Movie to search for.


#### options
* #### options

Type: `object`
Type: `object`

* ##### year
* ##### year

Type: `string` || `number`
Type: `string` || `number`

Optional movie year.
Optional movie year.

Use `-y` or `--year` on the CLI
Use `-y` or `--year` on the CLI

* ##### multi
* ##### multi

Type: `boolean`
Type: `boolean`

Optionally return array of urls instead of a single url.
Optionally return array of urls instead of a single url.

Use `-m` or `--multi` on the CLI
Use `-m` or `--multi` on the CLI

***You may specify either option or an object containing `multi` and `year` properties***
***You may specify either option or an object containing `multi` and `year` properties***


#### callback(error, response)
* #### callback(error, response)

Callback function.
Callback function.


#### From the command line
Expand Down

0 comments on commit e17b3cd

Please sign in to comment.