From b9cdfd000986adf24dcf9cb5a46cc7b818d39de3 Mon Sep 17 00:00:00 2001 From: Tarith Jayasooriya Date: Wed, 13 Jan 2021 12:29:44 +0530 Subject: [PATCH] doc: rearranged some text in README.md rearranged some text in README.md for better reading experience --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 490c6d8..ed0bfe8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ This application has the ability to generate a QR/BAR code according to your input. When it comes to the language of this application it has developed based on C#. -Functionalities -Can generate a QR/BAR code according to user input, -Can download QR/BAR code through the application, -Can update the application. +## Functionalities +* Can generate a QR/BAR code according to user input, +* Can download QR/BAR code through the application, +* Can update the application. -Application architecture: This application has two layers called UI and SharedLibrary, Bassically UI Layer contains all UI forms of the application while SharedLibrary contains all the common methods and class. +## Application architecture +This application has two layers called UI and SharedLibrary, Bassically UI Layer contains all UI forms of the application while SharedLibrary contains all the common methods and class.