Skip to content

Commit f753b04

Browse files
algolia-botclemfromspace
authored andcommitted
Update README [skip ci] (#263)
1 parent 8a7ff45 commit f753b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ By default, all the fields of your model will be used. You can configure the ind
112112
```python
113113
# index.py
114114

115-
from algoliasearch_django import AlgoliaIndex, register
115+
from algoliasearch_django import AlgoliaIndex
116+
from algoliasearch_django.decorators import register
116117

117118
from .models import YourModel
118119

0 commit comments

Comments
 (0)