diff --git a/README.md b/README.md index aef9325..b4ad5ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@

----

quick nginx server blocks in one command


@@ -15,8 +14,6 @@ **`up`** is a command line application that creates nginx server blocks quickly with a single command. ---- - ## Installation You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://nginx.org) installed. @@ -33,8 +30,6 @@ You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://ngin > `up` is now available as a command. ---- - ## Commands `up static ` - Create new static server at current folder. @@ -45,8 +40,6 @@ You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://ngin `up kill ` - Kill the server for this domain. ---- - ## Examples: `up static example.com` will serve a static website from current folder.