From 26aba89c33f0b61dd65aa65c6e55f01f0848b39b Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Tue, 23 Jul 2013 22:53:32 +0200 Subject: [PATCH] Fixed typo and added a newline --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a410b..57dfe8e 100644 --- a/README.md +++ b/README.md @@ -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.