Sfoglia il codice sorgente

Minor formatting fix to Readme

Jason Southwell 6 anni fa
parent
commit
4cc6a610ca
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -48,6 +48,8 @@ begin
  end;
 ```
 
+## Demos
+
 Four Demos are provided for your assistance...
 
 * SimpleQRVCL - A VCL Demo showing a qr encoder using all defaults.
@@ -59,6 +61,7 @@ Four Demos are provided for your assistance...
 
 The only supported encodings right now are Numeric, AlphaNumeric and Byte. Kanji and other advanced encodings are not yet supported.  Full unicode support is supported by most readers via reading Byte encoding as UTF8.  When you assign a string that does not qualify as Numeric or AlphaNumeric, UTF8 is used and stored as byte encoding.
 
+## Lixense
 
 > Copyright (c) 2019 by Jason Southwell
 >