diff --git a/README.md b/README.md
index 71554d2..377347f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ASL
-ASL stands for Arma Scripting Language, a C-style scripting language compiled to SQF.
+ASL stands for Arma Scripting Language, a case sensitive C-style scripting language compiled to SQF.
ASL is intended to simplify Arma 3 mod and mission development and eliminate the pain of SQF's bad syntax.
Main reasons for ASL:
@@ -12,11 +12,9 @@ Main reasons for ASL:
* full replacement of SQF
* compatible with Arma wiki and commands
-The compiler is written in Go and implemented as a simple recursive decent parser and uses concurrency to compile multiple files at once, which makes it really fast.
-
## Usage
-ASL is a command line tool. After you have downloaded it, execute it using the terminal/"cmd" by navigating to the binary or setting PATH variable and executing the following statement:
+ASL is a command line tool. After you have downloaded it, navigation to the binary and execute it:
```
asl [-v|-r|-pretty|--help]