Skip to content

Commit

Permalink
README clean up
Browse files Browse the repository at this point in the history
- Fixes example of config generated
- Adds twitter thingie
  • Loading branch information
wess authored Nov 18, 2016
1 parent 4ec8793 commit 6b47c0b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Overlook ![Swift](http://img.shields.io/badge/swift-3.0-brightgreen.svg)
# Overlook

![Swift](http://img.shields.io/badge/swift-3.0-brightgreen.svg)
[![Twitter Follow](https://img.shields.io/twitter/follow/overlookcli.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/overlookcli)


A commandline app that will watch your folder and monitor any changes. When a change occurs, *Overlook* will execute (or restart) a command you specify. *Overlook* is platform
independent and will work with anything from writing a README file, to developing a service.
Expand Down Expand Up @@ -65,9 +69,7 @@ This will generate the following file:
"env" : {
"example" : "variable"
},
"execute" : [
"ls -la"
],
"execute" : "ls -la",
"directories" : [
"build",
"tests"
Expand Down

0 comments on commit 6b47c0b

Please sign in to comment.