fix following PEP 384
[cython.git] / INSTALL.txt
index 3dccaa6736d1d189b2291ef5c405462ae4099b3d..1e208699cdbfd68823921d2977ee432a2db79346 100644 (file)
@@ -1,5 +1,5 @@
-Pyrex - Installation Instructions
-=================================
+Cython - Installation Instructions
+==================================
 
 You have two installation options:
 
@@ -8,7 +8,7 @@ You have two installation options:
 
         python setup.py install
 
-    This will install the Pyrex package
+    This will install the Cython package
     into your Python system.
 
 OR