From 545edf48f1da264e6c35aeedeef92d92ec519108 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 20 Mar 2023 20:16:22 -0400 Subject: [PATCH] Remove "WIP" from webpanel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c0a9a5c3..368f9ac979 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ Any files and folders contained in this root level of this folder will be symbol Here are tools for interacting with the TGS web API -- [tgstation-server-webpanel](https://github.com/tgstation/tgstation-server-webpanel): Official client and included with the server (WIP). A react web app for using tgstation-server. +- [tgstation-server-webpanel](https://github.com/tgstation/tgstation-server-webpanel): Official client and included with the server. A react web app for using tgstation-server. - [Tgstation.Server.ControlPanel](https://github.com/tgstation/Tgstation.Server.ControlPanel): Official client. A cross platform GUI for using tgstation-server. Feature complete but lacks OAuth login options. - [Tgstation.Server.Client](https://www.nuget.org/packages/Tgstation.Server.Client): A nuget .NET Standard 2.0 TAP based library for communicating with tgstation-server. Feature complete. - [Tgstation.Server.Api](https://www.nuget.org/packages/Tgstation.Server.Api): A nuget .NET Standard 2.0 library containing API definitions for tgstation-server. Feature complete.