Skip to content

Commit 8d7e919

Browse files
authored
Merge pull request #58 from Fl4m3Ph03n1x/improve-readme
updated Readme with new images
2 parents 7564d3e + 65f2493 commit 8d7e919

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,19 @@ Gradient comes with a Mix task that runs the typechecker on an Elixir project:
3535
mix gradient
3636
```
3737

38-
And presents errors in Elixir syntax:
38+
And presents errors in Elixir syntax.
3939

40-
![Result after simple app analysis](examples/simple_app_result.png)
40+
Here is an example with some errors:
41+
42+
![Result of app with errors](examples/failure.png)
43+
44+
And here is an example of an application that has no issues:
45+
46+
![Result of app without errors](examples/success.png)
47+
48+
Also, did we mention the analysis process is lightning fast?
49+
50+
![Speed of analyzing app with errors](examples/failure.gif)
4151

4252
The `examples/` folder contains example applications showing how the produced error messages look like.
4353

examples/failure.gif

49.3 KB
Loading

examples/failure.png

55 KB
Loading

examples/simple_app_result.png

-82 KB
Binary file not shown.

examples/success.png

9.84 KB
Loading

0 commit comments

Comments
 (0)