From ba183e8c0f9d21e4397d76941078b4969d4f6686 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 18 Jan 2021 20:51:31 -0800 Subject: [PATCH] update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c6cbc0..b0d4369 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -This is RefreshCS, a C# wrapper for the Refresh graphics library. - -Refresh: https://github.com/thatcosmonaut/Refresh +This is RefreshCS, a C# interop library for the [Refresh](https://gitea.moonside.games/MoonsideGames/RefreshCS) graphics system. ## License @@ -12,4 +10,4 @@ For more information about Refresh, take a look at the Refresh repository. ## About RefreshCS -This wrapper was written to be used as a replacement for FNA's Graphics namespace. However, it can be used in any C# application. +This interop library was designed to be used as a replacement for FNA's Graphics namespace. However, it can be used in any C# application.