Update readme to include a list of supported langs
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Thu, 02 Jan 2014 11:58:41 -0500 | 
    
    
        | parents | ebc9ab6cc180 | 
    
        | children | (none) | 
    
        | branches/tags | default tip | 
    
        | files | README.markdown | 
Changes
    
--- a/README.markdown	Thu Jan 02 11:54:13 2014 -0500
+++ b/README.markdown	Thu Jan 02 11:58:41 2014 -0500
@@ -4,6 +4,14 @@
 It was born when I finally got sick of having to open a browser with the
 Django docs to look up how to use its date formatting template filter.
 
+Languages/libraries included so far:
+
+* Django
+* Java (Joda)
+* Perl
+* Python
+* Ruby
+
 
 
 Usage
@@ -16,11 +24,11 @@
 
 Now you can use `:help strftimedammit` to open the documentation.
 
-There are also tags in place for each language, so you can do
-`:help strftime-python` or `:help strftime-django` to go right to that
-section.
+There are also tags in place for each language, so you can do `:help
+strftime-python` or `:help strftime-django` to go right to that section.
 
 Contributing
 ------------
 
-Add your favorite language to the doc file, fork, and send a pull request.
+Add your favorite language or library to the doc file, fork, and send a pull
+request.