# HG changeset patch # User Steve Losh # Date 1388681921 18000 # Node ID 26fbdd7d1f1aa5600d2ebf39bbdd292c38aac16e # Parent ebc9ab6cc180507cbe9dfc6555bbc6b3a67bbd22 Update readme to include a list of supported langs diff -r ebc9ab6cc180 -r 26fbdd7d1f1a README.markdown --- 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 + ![Screenshot](http://i.imgur.com/CIvqB.png) 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.