Skip to content

Commit

Permalink
Update readme and version in package
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zahariev committed Apr 9, 2024
1 parent 3f9798d commit 073b4e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
json2php
========

### Instalation
### Installation

To install json2php you could clone the project from Github or use NPM to install it.

Expand Down Expand Up @@ -124,6 +124,9 @@ $ npm run build

### Changelog

#### 0.0.8
* Add `stripSpaces` to pretty print options (thanks to @noahtallen)

#### 0.0.7
* Add `shortArraySyntax` to pretty print options

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json2php",
"version": "0.0.7",
"version": "0.0.8",
"description": "JSON to PHP converter",
"main": "lib/json2php.js",
"scripts": {
Expand Down

0 comments on commit 073b4e4

Please sign in to comment.