Fixed typo and added a newline
This commit is contained in:
parent
0b0e7ff405
commit
26aba89c33
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user