Skip to content

Commit

Permalink
Merge pull request #470 from suzuki/fix-document-syntax
Browse files Browse the repository at this point in the history
Fix document syntax
  • Loading branch information
basdenooijer authored Dec 26, 2016
2 parents 93a644a + 696cf6c commit 1aa64c6
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Examples

These are two examples of update query usages. See the following sections for the details and examples of all available commands.

Add documents: ```php
Add documents:

```php
<?php

require(__DIR__.'/init.php');
Expand Down Expand Up @@ -68,7 +70,9 @@ htmlFooter();

```

Delete by query: ```php
Delete by query:

```php
<?php

require(__DIR__.'/init.php');
Expand Down

0 comments on commit 1aa64c6

Please sign in to comment.