diff --git a/README.rst b/README.rst index 7b88b8cdb..a8fd0be3e 100644 --- a/README.rst +++ b/README.rst @@ -18,8 +18,8 @@ The fork author's goal is to foster active development of PIL through: - Regular releases to the `Python Package Index `_ - Solicitation for community contributions and involvement on `Image-SIG `_ -Port code that uses PIL to Pillow ---------------------------------- +Port existing code to Pillow +---------------------------- Pillow is a functional drop-in replacement for the Python Imaging Library. To run your existing PIL-compatible code with Pillow, it needs to be modified to import the ``Imaging`` module from the ``PIL`` namespace *instead* of the global namespace. I.e. change::