Skip to content

Commit 2e51180

Browse files
authored
Merge pull request #1 from greg0ire/patch-1
Add missing space after markdown heading
2 parents 55e6e8f + 591f3c3 commit 2e51180

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88

99
This library implements [RFC6902](https://tools.ietf.org/html/rfc6902)-compliant JSON patch tool.
1010

11-
##Requirements
11+
## Requirements
1212
* PHP 7.0+
1313

14-
##Features
14+
## Features
1515
* Supports PHP 7.0
1616
* No PHP extensions required
1717
* Throws SPL exceptions
1818

19-
#License
19+
# License
2020
PHP JSON Patch is licensed under MIT license.
2121

22-
#Installation
22+
# Installation
2323
You will need [composer](https://getcomposer.org) to perform install.
2424
```
2525
composer require remorhaz/php-json-patch
2626
```
2727

28-
#Documentation
28+
# Documentation
2929
## Data accessors
3030
Patch tool utilizes JSON data accessor interfaces defined in package
3131
**[remorhaz/php-json-data](https://github.com/remorhaz/php-json-data)**. Read more about them in package documentation.
@@ -42,7 +42,7 @@ To apply JSON Patch to the JSON document you need just 4 simple steps:
4242
3. Create an object of `\Remorhaz\JSON\Patch\Patch` by calling it's constructor with a document accessor as an argument.
4343
4. Call its `apply()` method with patch accessor as an argument.
4444

45-
##Example of usage
45+
## Example of usage
4646
```php
4747
<?php
4848

0 commit comments

Comments
 (0)