[gnome-usage] README: Use proper markdown



commit d3a5b9f422d6b59462c89091c1ffd96f7733980a
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Wed Sep 27 14:32:15 2017 +0000

    README: Use proper markdown

 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/README.md b/README.md
index dbe4390..865f7c7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#GNOME Usage
+# GNOME Usage
 
 A nice way to view information about use of system resources, like memory and disk space.
 
@@ -16,13 +16,13 @@ A nice way to view information about use of system resources, like memory and di
 - [ ] Disk usage (What library we can use?)
 - [ ] Data view - 0%
 
-##Run
+## Run
 In terminal run ```gnome-usage``` command or run Usage from app launcher.
 
-##Dependencies
+## Dependencies
 - libgtop >= 2.34.2
 
-##Compilation:
+## Compilation:
 ```
 cd gnome-usage
 meson build && cd build
@@ -30,15 +30,15 @@ ninja-build #or ninja
 sudo ninja-build install #or sudo ninja install
 ```
 
-##License
+## License
 Code is under GNU GPLv3 license.
 
-##Screenshots:
+## Screenshots:
 More screenshots is in screenshots subdirectory (However screenshots may not be current).
 
 ![Screenshot](screenshots/screenshot11.png?raw=true )
 
 ![Screenshot](screenshots/screenshot10.png?raw=true )
 
-##Design:
+## Design:
 <img src="https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/usage/usage-wires.png";>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]