diff --git a/README.rst b/README.rst index cfaf206..2c8faf9 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Quick start ... nepali_date = NepaliDateField() -4. Whenever using the field in html add the `init` script to load the date picker:: +4. Whenever using the field in html add the script: ``{% static 'nepali_datetime_field/init.js' %}`` to load the date picker:: {% load static %}