From 139e8e12e3ef04cc4aafbdbb2ad315a29753e334 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Fri, 11 Dec 2020 02:28:17 -0500 Subject: [PATCH] Added link to working .NET Fiddle example. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f54987a..0836893 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Caret-Separated Text (or CST) is a key-value pair format represented by numbers or words as keys and the value is the string enclosed between carets that contains the contents. (e.g. `` ^^``) Any text which is not enclosed with carets is considered a comment and ignored. Neither strings nor comments may use the caret character. -QuickFennec.CST is a library for parsing the CST format. +QuickFennec.CST is a library for parsing the CST format. Though, production version were capable of ## Usage @@ -24,6 +24,8 @@ var example = CaretSeparatedText.Parse(file, 1); Console.WriteLine(example); ``` +See working example on [.NET Fiddle](https://dotnetfiddle.net/ecKb2h). + In production, CST files were used in The Sims Online to provide translations. Each translation was split into their respective directories: - ``uitext/english.dir/misc/_154_miscstrings.cst``