Skip to content

Commit e35eb94

Browse files
committed
Markup fix in readme
1 parent b9a6edb commit e35eb94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This library implements [RFC6902](https://tools.ietf.org/html/rfc6902)-compliant
1515
- [JSON extension](https://www.php.net/manual/en/book.json.php) (ext-json) - required by [remorhaz/php-json-data](https://github.com/remorhaz/php-json-data) to access JSON documents.
1616
- [Internationalization functions](https://www.php.net/manual/en/book.intl.php) (ext-intl) - required by [`remorhaz/php-json-data`](https://github.com/remorhaz/php-json-data) to compare Unicode strings.
1717

18-
# Installation
18+
## Installation
1919
You will need [composer](https://getcomposer.org) to perform install.
2020
```
2121
composer require remorhaz/php-json-patch
2222
```
2323

24-
# Documentation
24+
## Documentation
2525
### Accessing JSON document
2626
You can create accessible JSON document either from encoded JSON string or from decoded JSON data using corresponding _node value factory_:
2727
```php
@@ -62,5 +62,5 @@ var_dump($result->decode()); // array: [2]
6262
```
6363
Note that result can be exported either to JSON-encoded string or to raw PHP value.
6464

65-
# License
65+
## License
6666
PHP JSON Patch is licensed under [MIT license](./LICENSE).

0 commit comments

Comments
 (0)