Skip to content

Commit b3debe8

Browse files
authored
Update README.md
1 parent bc0a3dd commit b3debe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CategoryDocument(JsonDocument):
138138
python manage.py index
139139
```
140140

141-
**Note:** This will also populate the index with existing data on the database
141+
**Note:** This will also populate the index with existing data from the database
142142

143143
Now category objects will be indexed on create/update/delete.
144144

@@ -269,7 +269,7 @@ class ProductDocument(JsonDocument):
269269
python manage.py index
270270
```
271271

272-
**Note:** This will also populate the index with existing data on the database
272+
**Note:** This will also populate the index with existing data from the database
273273

274274

275275
### Management Command

0 commit comments

Comments
 (0)