Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Add installation cmd & fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault committed May 22, 2015
1 parent 919fd8a commit 70103df
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ Movie showtimes around the globe.
[![Coverage Status](https://img.shields.io/coveralls/anault/projection.svg?style=flat-square)](https://coveralls.io/r/anault/projection)

## Installation
Coming soon!
<!--
```bash
npm install projection
npm install projection --save
```
-->

## Quickstart
```javascript
Expand All @@ -26,7 +23,7 @@ p.findMovie('Montreal', 'Mad Max', {}, function(err, movie) {
});
```

##How it works
## How it works
#### projection.findTheaters(near, options, callback);
Returns an array of theaters (and their showtimes) following this structure:
```javascript
Expand Down Expand Up @@ -71,10 +68,10 @@ Returns the movie and its showtimes in the nearest theaters following this struc
}
```

##Features
## Features
- Multi-lang support
- Caching of repeated calls
- More to come...

##Wanna help?
## Wanna help?
Any contribution is welcomed!

0 comments on commit 70103df

Please sign in to comment.