diff --git a/README.rst b/README.rst index a5cd278..b6cf3e1 100755 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ Quick start 6. Create translation.py inside the root folder of the app where the model you want to translate exists:: from .models import Foo - from wagtail_modeltranslation.translation import WagtailTranslationOptions + from wagtail_modeltranslation.translator import WagtailTranslationOptions from modeltranslation.decorators import register