Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayol committed Dec 18, 2015
1 parent 6853faa commit 3a99723
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ A [TheMoviedb.org][apidocs] (TMDB) library for Dart.

## Features

* Access to all API methods
* Support for both console (`dart:io`) and web (`dart:html`) applications
* User authentication, either:
* with a username and password (obtains new session ID)
* with a previously obtained session ID
* You need to provide your own API key
- Access to all API methods
- Support for both console (`dart:io`) and web (`dart:html`) applications
- User authentication, either with a username and password (obtains new session ID) or with a previously obtained session ID
- You need to provide your own API key

## Documentation

See the [full documentation](https://www.dartdocs.org/documentation/tmdb/latest) on *DartDocs*.
See the [full documentation](https://www.dartdocs.org/documentation/tmdb/latest).

## Usage

Expand Down

0 comments on commit 3a99723

Please sign in to comment.