Browse Source

Minor formatting fix to Readme

Jason Southwell 6 năm trước cách đây
mục cha
commit
4cc6a610ca
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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
 >