Skip to content

Commit ae9b680

Browse files
committed
typos
1 parent 164f3d0 commit ae9b680

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,23 @@
1717
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=chevere_var-dump&metric=coverage)](https://sonarcloud.io/dashboard?id=chevere_var-dump)
1818
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=chevere_var-dump&metric=sqale_index)](https://sonarcloud.io/dashboard?id=chevere_var-dump)
1919
[![CodeFactor](https://www.codefactor.io/repository/github/chevere/var-dump/badge)](https://www.codefactor.io/repository/github/chevere/var-dump)
20-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1f8286c311934c45b96c0a6b3d33204f)](https://app.codacy.com/gh/chevere/var-dump/dashboard)
2120

2221
![VarDump](.github/banner/var-dump-logo.svg)
2322

24-
## Quick start
23+
## Summary
24+
25+
Multi-purpose colorful modern alternative to [var_dump](https://www.php.net/manual/function.var-dump.php).
26+
27+
## Installing
2528

26-
Install VarDump using [Composer](https://packagist.org/packages/chevere/var-dump).
29+
VarDump is available through [Packagist](https://packagist.org/packages/chevere/var-dump) and the repository source is at [chevere/var-dump](https://github.com/chevere/var-dump).
2730

2831
```sh
2932
composer require --dev chevere/var-dump
3033
```
3134

35+
## Quick start
36+
3237
* Use `vd` to dump information about any variable (replaces `var_dump` and `dump`)
3338
* Use `vdd` to do the same as `vd` and `die(0)` (replaces `dd`)
3439

@@ -51,7 +56,7 @@ Documentation is available at [chevere.org](https://chevere.org/packages/var-dum
5156

5257
## License
5358

54-
Copyright 2022 [Rodolfo Berrios A.](https://rodolfoberrios.com/)
59+
Copyright [Rodolfo Berrios A.](https://rodolfoberrios.com/)
5560

5661
Chevere is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.
5762

0 commit comments

Comments
 (0)