Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 committed Jul 13, 2011
1 parent ddb85a5 commit be920c2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Expand Up @@ -5,11 +5,9 @@ A common lisp library to easily pluralize and singularize English words.

This is a port of the ruby ActiveSupport Inflector module

This was originally a support package for the [Vana web framework][1]

Installation
------------------

Hopefully eventually:
> (ql:quickload 'cl-inflector)

Usage
Expand Down Expand Up @@ -75,19 +73,14 @@ Use `uncountable` to add an uncountable:
> (plural-of "advice")
"advice"

TODO
-------
* Expand the default lookup lists? Possible (but probably negligible) performance tradeoff for completeness
* Add methods to transfer between CamelCase, whatJavaScriptDoes, this_underscore_style, and-lisp-style

License
---------------

Released under the MIT license, please see `LICENSE` for more details

Thanks
-------------

- This was originally a support package for the [Vana web framework][1]
- [Xach][2] - For [quicklisp][3], really made getting back into CL much easier.
- Siebel - For [PCL][4], which has been a great reference.

Expand Down

0 comments on commit be920c2

Please sign in to comment.