소스 검색

Minor formatting fix to Readme

Jason Southwell 6 년 전
부모
커밋
4cc6a610ca
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
 >