From cb7edcf2084d8b7d45351f5bf1718fbdd78132e8 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Tue, 5 Jan 2021 16:31:17 -0800 Subject: [PATCH] README formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5c186e..6c6cbc0 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ This is RefreshCS, a C# wrapper for the Refresh graphics library. Refresh: https://github.com/thatcosmonaut/Refresh -# License +## License Refresh and RefreshCS are released under the zlib license. See LICENSE for details. -# About Refresh +## About Refresh For more information about Refresh, take a look at the Refresh repository. -# About RefreshCS +## 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.