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.