diff --git a/README.md b/README.md
index b979207..d9262b3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-#Proxima Nova Web Fonts
------------------------
-
-#####The package contains **5** variants of the proxima nova web fonts.
+# Proxima Nova Web Fonts
+**The package contains 5 variants of the proxima nova web fonts.**
- Proxima Nova Thin [`'proxima_nova_scosfthin'` OR `'proxima_nova_ltthin'`]
- Proxima Nova Regular [`'Proxima Nova'`]
@@ -10,29 +8,25 @@
- Proxima Nova Bold [`'proxima_nova_altbold'`]
- Proxima Nova Black [`'proxima_nova_altblack'`]
------------
-
-###USAGE
-
+## Usage
To use the "Proxima Nova Web Fonts" Download the package as a zip file and extract the `fonts` folder.
- - Put the fonts folder anywhere on your server
- - In your html file include the `fonts.css` or `fonts.min.css` as follows:
-```
+1. Put the fonts folder anywhere on your server.
+
+2. In your html file include the `fonts.css` or `fonts.min.css` as follows:
+``` html
```
- - And finally in your CSS stylesheets use as follows:
-```
+3. And finally in your CSS stylesheets use as follows:
+```css
body {
font-family: 'Proxima Nova', Georgia, sans-serif;
}
```
---------------
-###Socialize
->Follow me on twitter [@mytharora](), [@techstricks]() ***OR***
->Visit My Blog at [www.techstricks.com](http://www.techstricks.com)
+## Socialize
+> Follow me on twitter [@mytharora](https://twitter.com/mytharora), [@techstricks](https://twitter.com/techstricks) ***OR*** Visit My Blog at [www.techstricks.com](http://www.techstricks.com)