mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-22 22:33:13 +03:00
Rephrase project summary a bit
This commit is contained in:
parent
eb20ed7de0
commit
23c376b7e1
@ -2,7 +2,7 @@
|
||||
|
||||
![](https://travis-ci.com/jfmengels/elm-review.svg?branch=master)
|
||||
|
||||
`elm-review` analyzes [Elm](https://elm-lang.org/) code, to help find mistakes before your users find them.
|
||||
`elm-review` analyzes [Elm](https://elm-lang.org/) projects, to help find mistakes before your users find them.
|
||||
|
||||
![elm-review reporter output](https://github.com/jfmengels/elm-review/blob/master/documentation/images/elm-review-report.png?raw=true)
|
||||
|
||||
|
2
elm.json
2
elm.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "package",
|
||||
"name": "jfmengels/elm-review",
|
||||
"summary": "Analyzes Elm source code to add additional guarantees to your project.",
|
||||
"summary": "Analyzes Elm projects, to help find mistakes before your users find them.",
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "1.0.0",
|
||||
"exposed-modules": [
|
||||
|
Loading…
Reference in New Issue
Block a user