diff --git a/README.md b/README.md
index 37c8adc..432fd0d 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,18 @@ Usage of spark:
-sslPort="10433": SSL listening port
-status=200: Returned HTTP status code
-path="/": URL path
- -deny="": Sesitive directory or file patterns to be denied when serving directory (comma sperated)
+ -deny="": Sensitive directory or file patterns to be denied when serving directory (comma separated)
```
+## install
+- from source
+```
+go get github.com/rif/spark
+```
+- static binaries (linux/arm/osx/windows):
+ Binary downloads
+
## examples
```
@@ -37,11 +45,3 @@ To quickly generate a ssl certificate run:
go run $GOROOT/src/crypto/tls/generate_cert.go --host="localhost"
```
-## install
-- from source
-```
-go get github.com/rif/spark
-```
-- static binaries (linux/arm/osx/windows):
-
-Binary downloads