fix broken link in docs, rm unneeded using

This commit is contained in:
Jesse Plamondon-Willard 2018-11-17 11:12:11 -05:00
parent 04886afd29
commit 3a4ad38e05
No known key found for this signature in database
GPG Key ID: 7D7C8097B62033CE
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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
{ {