README.md in stowaway-0.0.4 vs README.md in stowaway-0.0.6

- old
+ new

@@ -10,10 +10,21 @@ * .css ## Installing sudo gem install stowaway - + +## Usages + + # basic usage + stowaway path/to/site + + # from directory + stowaway . + + # with file types + stowaway -t .js .css path/to/site + ## Note I'll be adding support for matching on relative and absolute paths (Comparing by path will preserve the uniqueness of the file). Currently, only file names are being checked for matches. If you have two files with the same name but they reside in different directories, they will be treated as one. In other words, if you have multiple files with the *same name*, stowaway won't work right.