From 8f4d29bca705362022b3efdc9f28a52d942e1b02 Mon Sep 17 00:00:00 2001 From: Michael Kellner Date: Wed, 30 May 2018 23:02:23 +0200 Subject: [PATCH] Update README.md Added nuget link to readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c15c04b..07e6091 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SteamStorefrontAPI -The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture. The API is not officially available or documented, all data in this library was either compiled by trial and error from the [inofficial api documentation](https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI), and is therefore provided as-is. +The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture. The API is not officially available or documented, all data in this library was either compiled by trial and error from the [inofficial api documentation](https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI), and is therefore provided as-is. Also available as [NuGet Package](https://www.nuget.org/packages/SteamStorefrontAPI/). ## Usage examples @@ -34,4 +34,4 @@ static async Task Examples() // Get a list of featured games grouped by category for region US List featuredCategories2 = await FeaturedCategories.GetAsync("DE"); } -``` \ No newline at end of file +```