Formatted Instruction

pull/146/head
ElectronicsArchiver 3 years ago
parent 59fbe20852
commit 4ebbd619c7

@ -16,13 +16,22 @@
</div>
Introduction
------------
<br>
## Introduction
This project aims to be the best, clearest QR <br>
Code generator library in multiple languages.
This project aims to be the best, clearest QR Code generator library in multiple languages. The primary goals are flexible options and absolute correctness. Secondary goals are compact implementation size and good documentation comments.
#### Primary Goals
Home page with live JavaScript demo, extensive descriptions, and competitor comparisons: [https://www.nayuki.io/page/qr-code-generator-library]()
- Flexible options
- Absolute correctness
#### Secondary Goals
- Compact implementation size
- Good documentation comments
<br>
<br>
@ -88,7 +97,7 @@ Home page with live JavaScript demo, extensive descriptions, and competitor comp
<br>
#### Advanced<kbd>Optional</kbd><kbd>Java Only</kbd>
#### Advanced<kbd>Optional</kbd><kbd>Java Only</kbd>
- Encodes Japanese Unicode text in kanji <br>
mode to save a lot of space compared <br>
@ -111,6 +120,8 @@ While the code below is written in Java, the <br>
ports to other languages are designed with <br>
essentially the same API naming / behavior.
<br>
```Java
import java.awt.image.BufferedImage;
import java.util.List;

Loading…
Cancel
Save