aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2015-02-05 00:42:47 +0100
committerCamil Staps2015-02-05 00:42:47 +0100
commit9ebee14ea6b4d1d098f4b3fa3789e7abeb233851 (patch)
treef360aedfbf3f98917ee9585c5dc30f23f915d7e4 /README.md
parentInitial commit (diff)
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files 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