Skip to content

Commit

Permalink
Fix readme file (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Shark committed Jul 18, 2020
1 parent e6a7aee commit 428a5f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -15,7 +15,7 @@

PhpMetrics provides metrics about PHP project and classes, with beautiful and readable HTML report.

<b>[Demo](http://www.phpmetrics.org/report/latest/index.html)</b> | [Documentation](http://www.phpmetrics.org/documentation/index.html) | [Twitter](https://twitter.com/Halleck45) | [Contributing](https://github.com/phpmetrics/PhpMetrics/blob/master/doc/contributing.md)
[Documentation](https://www.phpmetrics.org/index.html) | [Twitter](https://twitter.com/Halleck45) | [Contributing](https://github.com/phpmetrics/PhpMetrics/blob/master/doc/contributing.md)

<br/><br/>

Expand Down Expand Up @@ -67,14 +67,14 @@ Use the `--config=<file>.json` option. For example:
"junit": {
"file": "/tmp/junit.xml" // if defined, JUnit report file will be analyzed
}
}
"extensions": [ "php", "php8" ], // default: ["php", "inc"]
},
"extensions": [ "php", "php8" ] // default: ["php", "inc"]
}
```

## More

If want, you can [install](doc/installation.md) PhpMetrics globally with your favorite package manager (APT, Brew...). You can also visit our [documentation](http://www.phpmetrics.org/documentation/index.html).
If want, you can [install](doc/installation.md) PhpMetrics globally with your favorite package manager (APT, Brew...). You can also visit our [documentation](https://www.phpmetrics.org/index.html).


## Metrics list
Expand Down

0 comments on commit 428a5f2

Please sign in to comment.