Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Replaced plain text example output with an image
  • Loading branch information
bogdannbv authored Mar 9, 2023
1 parent c154c9f commit 9644208
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,5 @@ return [
```

Output for `vendor/bin/desniff -w .env.example config.php`
```text
FILE: /home/bogdan/Projects/backdevs/dotenv-sniffer/example/config.php
----------------------------------------------------------------------
FOUND 2 ERROR(S) AND 2 WARNING(S)
----------------------------------------------------------------------
8 | WARNING | APP_KEY is not declared but has default value
13 | ERROR | DB_USERNAME is not declared
14 | WARNING | DB_PASSWORD is not declared but has default value
15 | ERROR | DB_DATABASE is not declared
----------------------------------------------------------------------
Duration: 0.01 secs; Memory: 4.00 MB
```

![image](https://user-images.githubusercontent.com/9194446/224118776-a4dcd873-d3bf-4c7b-836b-c7e72b47ae6e.png)

0 comments on commit 9644208

Please sign in to comment.