Skip to content

Commit 010d6e5

Browse files
author
Joel Wan
committed
readme changes
1 parent 5cbb878 commit 010d6e5

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README renamed to readme.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# PHP Object Generator
2+
13
PHP Object Generator, (POG) is an open source PHP code generator which automatically generates
24
clean & tested Object Oriented code for your PHP4/PHP5 application.
35

@@ -9,16 +11,12 @@ By generating PHP objects with integrated CRUD methods, POG gives you a head sta
911

1012
The time you save can be spent on more interesting areas of your project.
1113

12-
Install
13-
-------
14-
Extract repo content to a folder on your server
15-
16-
Edit include/configuration.php
17-
18-
Point your browser to /index.php
14+
## Install
15+
* Extract repo content to a folder on your server
16+
* Edit include/configuration.php
17+
* Point your browser to /index.php
1918

2019

21-
Use without Install
22-
--------------------
23-
http://phpobjectgenerator.com
20+
## Use without Install
21+
* [http://phpobjectgenerator.com](http://phpobjectgenerator.com)
2422

0 commit comments

Comments
 (0)