Skip to content

Commit

Permalink
Add missing highlighting (majkel89#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai authored and majkel89 committed Apr 7, 2019
1 parent f132071 commit 483f27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ You can insert records as record object or as an associative array.
> Note that insert operation is not atomic. Use transactions to achieve integrity
safety.

````
````php
require_once 'vendor/autoload.php'

use org\majkel\dbase\Table;
Expand Down Expand Up @@ -303,7 +303,7 @@ for ($i = 1; $i <= 3; ++$i) {

You can create new table form existing table definition.

````
````php
require_once 'vendor/autoload.php'

use org\majkel\dbase\Builder;
Expand Down

0 comments on commit 483f27e

Please sign in to comment.