diff --git a/buildout/README.txt b/buildout/README.txt
index f30f29b84560f9c4f28fd05f0360352ee0821e60..cad2fc7a96bd2166fd5de71ca750df206a7aa9d3 100644
--- a/buildout/README.txt
+++ b/buildout/README.txt
@@ -160,9 +160,9 @@ Then run buildout again to finish the configuration
 $ bin/buildout -ov         # 8
 
 Now a fully configured development instance will be available in the directory
-"parts/erp5_instance", so you can do:
+"parts/development-site", so you can do:
 
- $ parts/erp5_instance/bin/zopectl fg
+ $ parts/development-site/bin/zopectl fg
 
 And see an ERP5 instance running on "http://localhost:18080/". The port '18080'
 refers to the 'development-instance:http-address' setting in