From e95a8a7b0b490654a4bccc5c256fa11824025b3b Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 17 Sep 2019 19:33:31 -0400 Subject: [PATCH] test --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc7d119a..463babfc 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ UniversalEditor A free, cross-platform modular data manipulation framework. For more details about a particular edition, if available, visit that edition's particular folder. -C +[C](C) - A native implementation of the Universal Editor Platform. This is currently not being worked on in favor of the managed CSharp and hosted PHP editions. -CSharp +[CSharp](CSharp) ------ The flagship edition of the Universal Editor Platform. Written in C# (of course) it is cross-platform and works well with Windows (on Microsoft .NET Framework) and Linux (on Mono) operating systems. -PHP +[PHP](PHP) --- -The source code for the hosted edition of the Universal Editor Platform (still a work in progress). \ No newline at end of file +The source code for the hosted edition of the Universal Editor Platform (still a work in progress).