Skip to content

Commit

Permalink
Fixed document syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki committed Dec 26, 2016
1 parent 0acdb28 commit 696cf6c
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 696cf6c

Please sign in to comment.