From e59f724466d1be4425ab2dacfe6cf9fba454e061 Mon Sep 17 00:00:00 2001 From: Stuart Boston Date: Mon, 28 Jan 2013 13:47:05 +0000 Subject: [PATCH] Updated README --- README.md | 16 ++++++++++++++++ readme.txt | 9 --------- 2 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 README.md delete mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 000000000..0cbf3b66a --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +The Movie DB API +================ + +Author: Stuart Boston (Omertron AT Gmail DOT com) + +This API uses the TheMovieDB.org API as specified here http://api.themoviedb.org/ + +Originally written for use by YetAnotherMovieJukebox (YAMJ) http://code.google.com/p/moviejukebox/ +But anyone can feel free to use it for other projects as well. + +TheMovieDB.org is an excellent open database for movie and film content. I encourage you to check it out and contribute to keep it growing. +http://www.themoviedb.org + +Project Documentation +--------------------- +The automatically generated documentation can be found [HERE](http://omertron.github.com/api-themoviedb/) diff --git a/readme.txt b/readme.txt deleted file mode 100644 index fa139d184..000000000 --- a/readme.txt +++ /dev/null @@ -1,9 +0,0 @@ -Author: Stuart Boston (Omertron AT Gmail DOT com) - -Originally written for use by YetAnotherMovieJukebox (YAMJ) http://code.google.com/p/moviejukebox/ -But anyone can feel free to use it for other projects as well. - -This uses TheMovieDB.org API as specified here http://api.themoviedb.org/ -TheMovieDB.org is an excellent open database for movie and film content. I encourage you to check it -out and contribute to keep it growing. -http://www.themoviedb.org \ No newline at end of file