Fixed typo and added a newline

This commit is contained in:
Jack-Benny Persson 2013-07-23 22:53:32 +02:00
parent 0b0e7ff405
commit 26aba89c33

View File

@ -12,6 +12,7 @@ As of right now the only thing it can do is to display posts already created.
What should the MySQL table look like?
--------------------------------------
To create a table to be able to work with this blog engine you need a table to look like this (name it "blog" since that's what I used in the code).
An int field called postnumber with auto increment.
A date field called date.
A text field called tile.
@ -20,5 +21,5 @@ A text field called posttext.
Contributing
------------
Any contributions are welcome since this is a work in progress.
Add yourself to the THANKS file if you like to after contributiing to the project.
Add yourself to the THANKS file if you like to after contributing to the project.