Skip to content

Commit 75886b7

Browse files
authored
Update README.md
1 parent 4157e91 commit 75886b7

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A helper class library for creating JSON or JSONx strings in PHP. It can be used to create well-formatted JSON strings from any variable type (strings, numbers, booleans, arrays, and even objects).
44

55
<p align="center">
6-
<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yml">
6+
<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yaml">
77
<img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=main">
88
</a>
99
<a href="https://codecov.io/gh/WebFiori/json">
@@ -57,10 +57,10 @@ According to [json.org](https://www.json.org/json-en.html), JSON is a data excha
5757
## Supported PHP Versions
5858
| Build Status |
5959
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
60-
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php81.yml/badge.svg?branch=main"></a> |
61-
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php82.yml/badge.svg?branch=main"></a> |
62-
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php83.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php83.yml/badge.svg?branch=main"></a> |
63-
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=main"></a> |
60+
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php81.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php81.yaml/badge.svg?branch=main"></a> |
61+
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php82.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php82.yaml/badge.svg?branch=main"></a> |
62+
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php83.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php83.yaml/badge.svg?branch=main"></a> |
63+
| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php84.yaml/badge.svg?branch=main"></a> |
6464

6565
## Installation
6666
If you are using composer to manage your dependencies, then it is possible to install the library by including the entry `"webfiori/jsonx":"*"` in the `require` section of your `composer.json` file to install the latest release:
@@ -530,5 +530,3 @@ try {
530530
#### Static Methods
531531
- `Json::decode($jsonStr): Json`
532532
- `Json::fromJsonFile($pathToJsonFile): Json`
533-
534-
For more information and advanced use cases, check [the official documentation](https://webfiori.com/learn/webfiori-json).

0 commit comments

Comments
 (0)