Skip to content

Commit

Permalink
README: fix modd example
Browse files Browse the repository at this point in the history
Modd file watch patterns shouldn't lead with a "./".
  • Loading branch information
cortesi committed Nov 1, 2017
1 parent 377c2a3 commit 68a2168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ filesystem changes are detected.
Here's a quick example of a simple *modd.conf* file to illustrate.

```
./src/** {
src/** {
prep: render ./src ./rendered
}
./rendered/*.css ./rendered/*.html {
rendered/*.css ./rendered/*.html {
daemon: devd -m ./rendered
}
```
Expand Down

0 comments on commit 68a2168

Please sign in to comment.