From 2cd0a07762018c154dc5b8e1c2afb73d9f757b2a Mon Sep 17 00:00:00 2001 From: Michael Bisbjerg Date: Sun, 28 Mar 2021 19:01:35 +0200 Subject: [PATCH] Link to blog on alpha packages --- Readme.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 8f0ef873..18e43725 100644 --- a/Readme.md +++ b/Readme.md @@ -3,14 +3,8 @@ TMDbLib [![Generic Build](https://github.com/LordMike/TMDbLib/actions/workflows/ A near-complete wrapper for v3 of TMDb's API (TheMovieDb - https://www.themoviedb.org/). -Nuget ------ - -Install from Nuget using the command: **Install-Package TMDbLib** -View more about that here: http://nuget.org/packages/TMDbLib/ - -## Alpha packages -.. can be found [here](https://github.com/LordMike/TMDbLib/packages/691970) +## Using alpha packages +All commits to master produce an Alpha package that can be [found here](https://github.com/LordMike/TMDbLib/packages/691970). [Read more on how to use these packages](https://blog.mbwarez.dk/consuming-my-nuget-packages-from-github/). Index --------- @@ -85,4 +79,4 @@ Tips * All methods are `async` and awaitable * Most methods are very straightforward, and do as they are named, `GetMovie`, `GetPerson` etc. * Almost all enums are of the `[Flags]` type. This means you can combine them: `MovieMethods.Casts | MovieMethods.Trailers` -* TMDb are big fans of serving as little as possible, so most properties on primary classes like `Movie` are null, until you request the extra data using the enums like above. \ No newline at end of file +* TMDb are big fans of serving as little as possible, so most properties on primary classes like `Movie` are null, until you request the extra data using the enums like above.