diff --git a/README.markdown b/README.markdown index 8691eeb..9f2ea2a 100644 --- a/README.markdown +++ b/README.markdown @@ -93,8 +93,7 @@ urlpatterns = patterns( Django way urls example ```python -from django.conf.urls import patterns -from macrosurl import url +from django.conf.urls import patterns, url from project.portal.views import IndexView @@ -125,4 +124,4 @@ Alexandr Shurigin (aka [phpdude](https://github.com/phpdude/)) Sorry for my english level :( -You are welcome fix readme to good english by pull request! Thank you. \ No newline at end of file +You are welcome fix readme to good english by pull request! Thank you.