diff --git a/README.md b/README.md index 9c534cd..00e5c57 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ class Entry(models.Model): title = models.CharField(max_length=250, verbose_name=u'Title') short_text = RedactorField(verbose_name=u'Text') ``` -or use custom parametrs: +or use custom parameters: ```python short_text = RedactorField( verbose_name=u'Text', @@ -89,4 +89,4 @@ class EntryAdmin(admin.ModelAdmin): ## License Starting with version 7.6.3 redactor-js is licensed under [Creative Commons Attribution-NonCommercial 3.0 license](http://creativecommons.org/licenses/by-nc/3.0/) -For commercial use please buy license here: http://redactorjs.com/download/ or use earlier version. \ No newline at end of file +For commercial use please buy license here: http://redactorjs.com/download/ or use earlier version.