deda-ca / cgi-node

CGI Node.js complete module to replace PHP on shared hosting such as GoDaddy
http://www.cgi-node.org/
MIT License
172 stars 21 forks source link

Please fix the docs, it has been more than 2 years! #47

Open AlexisWilke opened 5 years ago

AlexisWilke commented 5 years ago

Issue #1 mentions the fact that the docs are incorrect and yet after more than 2 years, they are still incorrect...

<? cgiNodeInfo() ?>

needs to be changed to:

<? CgiNodeInfo() ?>

For example, it's on this page: http://www.cgi-node.org/docs/cgi-node-on-godaddy-tutorial

From what I can see, it is likely on multiple pages. Please do a search and replace all the wrong instances you find. That way people will be able to see the output which works like a charm once we have the proper case! :-)