README.md in codependency-0.3.0 vs README.md in codependency-0.3.1
- old
+ new
@@ -1,7 +1,9 @@
# Codependency
-Codependency is a simple comment-based dependency graph that you can use on arbitrary files. At the moment, it only supports ruby-style comments, files with the `.rb` extension, and files in the same flat directory.
+Codependency is a simple comment-based dependency graph that you can use on arbitrary files.
+
+It uses the program `tsort` under the hood, so sorry windoze I guess?
## Installation
Add this line to your application's Gemfile: