From 9ebee14ea6b4d1d098f4b3fa3789e7abeb233851 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 5 Feb 2015 00:42:47 +0100 Subject: Updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa7c602..f2090c4 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ BusinessAdmin assumes a MySQL database is setup properly. This can be: There are two files concerned when setting the configuration options. -In `conf.php` you can enter your MySQL details (host, database, username, password, server port). +In conf.php you can enter your MySQL details (host, database, username, password, server port). -In `classes/constants.php`, you should at least set the following options: +In classes/constants.php, you should at least set the following options: * `db_prefix`: set if you'd like BusinessAdmin to use table prefixes in the database. For example, with the prefix `ba_`, tables will get names like `ba_offer`, `ba_client`, etc. @@ -55,7 +55,7 @@ In `classes/constants.php`, you should at least set the following options: ## Create the database tables -Open up `/install/index.php`. When you click 'create tables', it will create all the necessary tables in the database. This is also a first check to see if your MySQL credentials are valid. +Open up /install/index.php. When you click 'create tables', it will create all the necessary tables in the database. This is also a first check to see if your MySQL credentials are valid. ## Permissions @@ -63,7 +63,7 @@ The files folder will be used to put generated invoices in. Make your server use ## Personalizing -If you add a file `logo-correspondence.png` in the files folder, this image will be used as your logo in generated invoices. +If you add a file logo-correspondence.png in the files folder, this image will be used as your logo in generated invoices. # Usage -- cgit v1.2.3