Commit 696cf6c1 authored by Norio Suzuki's avatar Norio Suzuki

Fixed document syntax

parent 0acdb283
...@@ -29,7 +29,9 @@ Examples ...@@ -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. 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 <?php
require(__DIR__.'/init.php'); require(__DIR__.'/init.php');
...@@ -68,7 +70,9 @@ htmlFooter(); ...@@ -68,7 +70,9 @@ htmlFooter();
``` ```
Delete by query: ```php Delete by query:
```php
<?php <?php
require(__DIR__.'/init.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