From e6647fa1969a3874b6b12b69ea3fc470743aac19 Mon Sep 17 00:00:00 2001 From: Vasily Vasilyev Date: Tue, 14 May 2019 01:56:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 446ac0d..be74c74 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SteamStorefrontAPI -[![nuget](https://img.shields.io/nuget/v/SteamStorefrontAPI.svg)](https://www.nuget.org/packages/SteamStorefrontAPI) +[![nuget](https://img.shields.io/nuget/v/SteamStorefrontAPI.NETStandard.svg)](https://www.nuget.org/packages/SteamStorefrontAPI.NETStandard) 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.