liminspace / django-mjml

The simplest way to use MJML in Django templates.
MIT License
260 stars 32 forks source link

Remove deprecated mj-container from example (update for MJML v4) #162

Closed caseyjhol closed 2 years ago

caseyjhol commented 2 years ago

mj-container is deprecated in MJML v4. Using it throws a mj-migrate warning. It's better DX to have the example in the readme work without modifications.

liminspace commented 2 years ago

@caseyjhol thanks. it makes sense. I will consider it next release. This PR I'll close.