fix broken link in docs, rm unneeded using
This commit is contained in:
parent
04886afd29
commit
3a4ad38e05
|
@ -16,7 +16,7 @@ mods, this section isn't relevant to you; see the main README to use or create m
|
||||||
* [SMAPI web services](#smapi-web-services)
|
* [SMAPI web services](#smapi-web-services)
|
||||||
* [Overview](#overview)
|
* [Overview](#overview)
|
||||||
* [Log parser](#log-parser)
|
* [Log parser](#log-parser)
|
||||||
* [Mods API](#mods-api)
|
* [Web API](#web-api)
|
||||||
* [Development](#development-2)
|
* [Development](#development-2)
|
||||||
* [Local development](#local-development)
|
* [Local development](#local-development)
|
||||||
* [Deploying to Amazon Beanstalk](#deploying-to-amazon-beanstalk)
|
* [Deploying to Amazon Beanstalk](#deploying-to-amazon-beanstalk)
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using StardewModdingAPI.Toolkit;
|
|
||||||
|
|
||||||
namespace StardewModdingAPI.Web.Framework.Clients.Nexus
|
namespace StardewModdingAPI.Web.Framework.Clients.Nexus
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue