diff --git a/Strings.md b/Strings.md index 1a3a517..fe0f479 100644 --- a/Strings.md +++ b/Strings.md @@ -1,4 +1,4 @@ -## Introduction +# Introduction To start off, this library supports UTF-8, 16, and 32 strings. It also supports converting between all three of the encodings. This library also supports all three encodings when using any sort of IO. Even if the operating system's system calls don't use it, this library will convert it for you into the correct encoding that the OS uses so you can continue to use your favorite encoding with less of a hassle. @@ -6,7 +6,7 @@ The best part about this library's strings, is that they come feature packed wit Not to toot my own horn, but I personally have enjoyed using my own string implementation the best out of any language's support libraries, and I think you will too. -## Examples -# To Lower/Upper +# Examples +## To Lower/Upper