diff --git a/README.rst b/README.rst index 5d91052..462f6fe 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ to specify all instances of a given ``Schema`` should be optimized: class ArtistSchema(Schema): class Meta: - jit = toastedMarshmallow.Jit + jit = toastedmarshmallow.Jit name = fields.Str() You can also enable Toasted Marshmallow globally by setting the environment