diff --git a/README.md b/README.md index df2eb3b..98c124f 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,10 @@ Features Screenshots ----------- -![Screenshot 1](https://raw.github.com/leetNightshade/leetNightshade.github.io/master/FileWatcher/Screenshots/2013-12-22%2013_15_41-FileWatcher.png) \ No newline at end of file +![Screenshot 1](https://raw.github.com/leetNightshade/leetNightshade.github.io/master/FileWatcher/Screenshots/2013-12-22%2013_15_41-FileWatcher.png) + +Examples for use +----------- +* For Game Development purposes to "speed up" build times. + * Build assets (shaders/textures/models) as they're updated. Instead of building everything when you go to run the game, assets are always being built in the background. +* Your own customizable backup system.