Skip to content

Commit

Permalink
Removed references to master branch in README
Browse files Browse the repository at this point in the history
  • Loading branch information
halaxa committed Jan 24, 2021
1 parent 3e7084c commit 9126210
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for PHP 5.6+. See [TL;DR](#tl-dr). No dependencies in production except optional
+ [Iterating a collection](#simple-document)
+ [Parsing a subtree](#parsing-a-subtree)
- [What is Json Pointer?](#json-pointer)
+ [Getting single scalar values](#getting-scalar-values) <sup>`master`</sup>
+ [Getting single scalar values](#getting-scalar-values)
* [Parsing streaming responses from a JSON API](#parsing-json-stream-api-responses)
+ [GuzzleHttp](#guzzlehttp)
+ [Symfony HttpClient](#symfony-httpclient)
Expand Down Expand Up @@ -179,7 +179,7 @@ Some examples:


<a name="getting-scalar-values"></a>
### Getting single scalar values <sup>`master`</sup>
### Getting single scalar values
You can parse sigle scalar value anywhere in the document the same way as a collection. Consider this example:
```json
// fruits.json
Expand Down Expand Up @@ -445,4 +445,3 @@ from [www.flaticon.com](https://www.flaticon.com/)
is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)

<i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i>

0 comments on commit 9126210

Please sign in to comment.