algolia / algoliasearch-django

Seamless integration of Algolia into your Django project.
https://www.algolia.com
MIT License
173 stars 65 forks source link

Typo in README.md > Geo-Search #289

Closed jamescmacey closed 4 years ago

jamescmacey commented 4 years ago

Description

Line two of the example for Geo-Search in README.md reads:

name = models.CharField(max_lenght=20)

should read:

name = models.CharField(max_length=20)

(max_length, not max_lenght)

nunomaduro commented 4 years ago

Thanks!