Skip to content

Commit abd9fa9

Browse files
committed
Update WIKI.md
1 parent 18907bb commit abd9fa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WIKI.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Is a library/widget that makes it very fast and easy for you to use database(s)
1313
- It can dramatically decrease development time and in most cases will streamline your code and make things run faster as well as making it very easy to debug and optimise your database queries.
1414
- It is a small class and will not add very much overhead to your website.
1515

16-
**_Note:_** _It is assumed that you are familiar with PHP, basic Database concepts and basic SQL constructs. Even if you are a complete beginner **ezsql** can help you once you have read and understood [this tutorial](http://www.jvmultimedia.com/portal/node/14)._
16+
**_Note:_** _It is assumed that you are familiar with PHP, basic Database concepts and basic SQL constructs._
1717

1818
Quick Examples
1919
---
@@ -26,7 +26,8 @@ either
2626

2727
or
2828

29-
require 'vendor/autoload.php';
29+
// composer is required for version 4
30+
require 'vendor/autoload.php';
3031

3132
___Example 1___
3233

0 commit comments

Comments
 (0)