Commit 1aa64c6c authored by Bas de Nooijer's avatar Bas de Nooijer Committed by GitHub

Merge pull request #470 from suzuki/fix-document-syntax

Fix document syntax
parents 93a644a1 696cf6c1
......@@ -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');
......@@ -68,7 +70,9 @@ htmlFooter();
```
Delete by query: ```php
Delete by query:
```php
<?php
require(__DIR__.'/init.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment