Skip to content

Commit 3d34a6c

Browse files
committed
Minor readme fixes.
1 parent 91bfc7c commit 3d34a6c

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
@@ -363,7 +363,7 @@ $dump = get_dump($array);
363363
364364
#### `format_bytes()`
365365
366-
Formats bytes into kilobytes, megabytes, gigabytes or terabytes, with specified precision:
366+
Format bytes into kilobytes, megabytes, gigabytes or terabytes, with specified precision:
367367
368368
```php
369369
$formatted = format_bytes(3333333);
@@ -373,7 +373,7 @@ $formatted = format_bytes(3333333);
373373
374374
#### `format_xml()`
375375
376-
Formats xml string using new lines and indents:
376+
Format XML string using new lines and indents:
377377
378378
```php
379379
$formatted = format_xml('<?xml version="1.0"?><root><task priority="low"><to>John</to><from>Jane</from><title>Go to the shop</title></task><task priority="medium"><to>John</to><from>Paul</from><title>Finish the report</title></task><task priority="high"><to>Jane</to><from>Jeff</from><title>Clean the house</title></task></root>');

0 commit comments

Comments
 (0)