Skip to content

Commit ad82422

Browse files
author
geekcom
committed
Updated README.md
1 parent 5636411 commit ad82422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ foreach($output as $parameter_description)
161161
print $parameter_description . '<pre>';
162162
```
163163

164-
###Advanced example 1
164+
###Advanced example - using a database
165165

166166
We can also specify parameters for connecting to database:
167167

@@ -280,7 +280,7 @@ public function xmlToPdf()
280280
header('Content-Length: ' . filesize($output.'.'.$ext));
281281
flush();
282282
readfile($output.'.'.$ext);
283-
unlink($output.'.'.$ext); // exclui o arquivo temporário
283+
unlink($output.'.'.$ext);
284284

285285
}
286286
```

0 commit comments

Comments
 (0)