Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor committed Sep 26, 2016
1 parent 0a13476 commit 9675377
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ You could find it useful as a library, or just read source for examples of using

#Usage

Add maven dependency or download from [maven central](http://repo1.maven.org/maven2/hr/hrg/java-watcher/)

```
<dependency>
<groupId>hr.hrg</groupId>
<artifactId>java-watcher</artifactId>
<version>0.1.0</version>
</dependency>
```

[SimpleCompileExample.java](src/test/java/hr/hrg/javawatcher/SimpleCompileExample.java)
is an example showing how to compile sass file on change

Expand Down

0 comments on commit 9675377

Please sign in to comment.