Skip to content

Commit

Permalink
Update FirebaseJson
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Oct 24, 2019
1 parent 86de9ce commit f9cbe14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ Function `FirebaseData.jsonArray` and `FirebaseData.jsonArrayPtr` will provide F



The following example show how to use FirebaseJson.
The following example shows how to use FirebaseJson.

```C++
//Declare FirebaseJson object (global or local)
Expand Down Expand Up @@ -1059,7 +1059,7 @@ if(jsonData.success)
```


The following example show how to use FirebaseJsonArray.
The following example shows how to use FirebaseJsonArray.

```C++
//Declare FirebaseJsonArray object (global or local)
Expand Down

0 comments on commit f9cbe14

Please sign in to comment.