summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/technical-docs.md2
-rw-r--r--src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs1
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/technical-docs.md b/docs/technical-docs.md
index 08590cba..4a8f45f1 100644
--- a/docs/technical-docs.md
+++ b/docs/technical-docs.md
@@ -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)
* [Overview](#overview)
* [Log parser](#log-parser)
- * [Mods API](#mods-api)
+ * [Web API](#web-api)
* [Development](#development-2)
* [Local development](#local-development)
* [Deploying to Amazon Beanstalk](#deploying-to-amazon-beanstalk)
diff --git a/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs b/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs
index 4ecf2f76..f4909155 100644
--- a/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs
+++ b/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs
@@ -1,5 +1,4 @@
using Newtonsoft.Json;
-using StardewModdingAPI.Toolkit;
namespace StardewModdingAPI.Web.Framework.Clients.Nexus
{