diff --git a/README.md b/README.md
index b807160..e4dd2f8 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,23 @@ Please note, I don't know Arabic or Hebrew. I have checked the results by patter
Install
-----------------
-Clone it into Sublime Package directory.
+Clone it into Sublime `Packages/` directory. If you don't know how to access the Sublime package directory, go to `Preferences > Browse Packages...` and you will be taken to the `Packages/` directory where you will `git clone` this repository into.
Set Font face to any Arabic supporting font (Arial) in user settings.
+
+```
+{
+ "font_face": "arial",
+ "font_size": 16
+}
+```
+
Usage
----------------------
Open file.
@@ -28,11 +36,9 @@ Tools > Bidirectional text (ctrl+b)
-Command Accebility
+Command Accessibility
-------------------
-Tools > Bidirectional text
-Ctrl + B
-Right click > Bidirectional text
+Tools > Bidirectional text `Ctrl + B` or you can right click on your selected/highlighted text and choose `Bidirectional text`.
Bug tracker
----------