Fixed typos in README.

This commit is contained in:
Chris 2012-03-23 14:33:21 +00:00
parent c9412b926b
commit 017a551853

View File

@ -5,7 +5,7 @@ This is a library of perl modules intended to simplify the process of creating
perl-based web applications. It should be noted that this is neither the most perl-based web applications. It should be noted that this is neither the most
comprehensive, advanced, or even efficient framework for developing perl web comprehensive, advanced, or even efficient framework for developing perl web
applications - many other disparate modules exist and can be used together for applications - many other disparate modules exist and can be used together for
the same ends. However, the modules provided here emphasise simmplicity of use, the same ends. However, the modules provided here emphasise simplicity of use,
flexibility, and clarity, and allow the construction of fairly powerful flexibility, and clarity, and allow the construction of fairly powerful
applications for relatively little effort. applications for relatively little effort.
@ -17,8 +17,8 @@ later (v1.7 will not handle the Markdown content correctly). In order to
process the perl files correctly, you must install the Doxygen Perl Filter, process the perl files correctly, you must install the Doxygen Perl Filter,
see: see:
* http://sourceforge.net/projects/perldoxygen/files/ * <http://sourceforge.net/projects/perldoxygen/files/>
* http://www.bigsister.ch/doxygenfilter/documentation.html * <http://www.bigsister.ch/doxygenfilter/documentation.html>
Once you have Doxygen and Doxygen Perl Filter installed, run the 'makedocs.sh' Once you have Doxygen and Doxygen Perl Filter installed, run the 'makedocs.sh'
script in the main directory to generate the documentation. script in the main directory to generate the documentation.