浏览代码

* Fixed filename in readme, patch from Attila Borka, Mantis #19826

git-svn-id: trunk@18101 -
marco 14 年之前
父节点
当前提交
431f1992d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-web/examples/helloworld/README.txt

+ 1 - 1
packages/fcl-web/examples/helloworld/README.txt

@@ -104,7 +104,7 @@ Note: You need to change the module name if needed. For example on Linux,
 the module is not mod_fastcgi-2.4.6-AP22.dll but mod_fastcgi.so (need to be 
 the module is not mod_fastcgi-2.4.6-AP22.dll but mod_fastcgi.so (need to be 
 compiled from sources found at http://www.fastcgi.com/dist/ ).
 compiled from sources found at http://www.fastcgi.com/dist/ ).
 The port (2015 in this example) must match the one set in the project main 
 The port (2015 in this example) must match the one set in the project main 
-file (echo.lpr).
+file (helloworld.lpr).
 The FCGI application must be running in order for this demo to work (external 
 The FCGI application must be running in order for this demo to work (external 
 FCGI server setup). Do not forget to restart it after changes and 
 FCGI server setup). Do not forget to restart it after changes and 
 recompilation.
 recompilation.