From 4ebbd619c7a1c3d92facec7503796c047b09ff4e Mon Sep 17 00:00:00 2001
From: ElectronicsArchiver
 <85485984+ElectronicsArchiver@users.noreply.github.com>
Date: Mon, 30 May 2022 18:57:15 -0400
Subject: [PATCH] Formatted Instruction

---
 README.md | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index a5d6c7f..8fb7d38 100644
--- a/README.md
+++ b/README.md
@@ -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;