diff --git a/README.md b/README.md index a9572bd..f2669db 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ 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, boolean arrays and even objects).
-
-
+
+
@@ -31,15 +31,16 @@ According to [json.org](https://www.json.org/json-en.html), JSON is a data excha
## Supported PHP Versions
| Build Status |
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
-|
|
-|
|
-|
|
-|
|
-|
|
-|
|
-|
|
-|
|
-|
|
+|
|
+|
|
+|
|
+|
|
+|
|
+|
|
+|
|
+|
|
+|
|
+
## Installation
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.