diff --git a/README.md b/README.md index e69de29..3589aa4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,6 @@ +# Django Client Reverse helper +Client-side module for easily interfacing with [django-client-reverse](https://github.com/RealOrangeOne/django-client-reverse), allowing access to Django's URL revering API outside of templates. + +## Installation + + npm install django-client-reverse-helper --save