diff --git a/README.rst b/README.rst index 16e4be2a7..7b88b8cdb 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 `_ -Porting your PIL code to Pillow -------------------------------- +Port code that uses PIL 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::