Skip to content

Commit

Permalink
Fix 'modify' typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tan authored Feb 23, 2017
1 parent 315385b commit 6c4d36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Start fresh:

fresh

Fresh will watch for file events, and every time you create/modifiy/delete a file it will build and restart the application.
Fresh will watch for file events, and every time you create/modify/delete a file it will build and restart the application.
If `go build` returns an error, it will log it in the tmp folder.

[Traffic](https://github.com/pilu/traffic) already has a middleware that shows the content of that file if it is present. This middleware is automatically added if you run a Traffic web app in dev mode with Fresh.
Expand Down

0 comments on commit 6c4d36f

Please sign in to comment.