Skip to content

Commit 718978c

Browse files
authored
doc: improve documentation and fix typo
1 parent 8d32a3d commit 718978c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
bu# Dump 'here'
1+
# Dump 'here'
22
Dump your current line of code, for make sure your on right tract.
33

44
# Installation
55
```bash
6-
composer require sonypradana/here --dev
6+
composer require sonypradana/here --dev
77
```
88
# How to Use
9-
Put `here()` anywhere to your code
9+
Put `here()` anywhere in your code
1010
```php
1111
...
1212
here()->dump();
@@ -20,13 +20,13 @@ Put `here()` anywhere to your code
2020
- `here()->countAll()`, count all group.
2121

2222
### Other
23-
- `here()->dumpIf()`, dump current line (if condition true).
24-
- `here()->info()`, dump current line (without code snapshot).
23+
- `here()->dumpIf()`, dump the current line if a condition is true.
24+
- `here()->info()`, dump the current line without code snapshot.
2525
- `track()`, print debug backtrace information.
26-
- `work()`, short hand for `here()->dump()`.
26+
- `work()`, a short hand for `here()->dump()`.
2727

2828
# Todo
29-
- [X] Socket reporting.
30-
- [ ] Socket reporting - browser view.
31-
- [X] `here()->count()` group by filename.
29+
- [X] Implement socket reporting.
30+
- [ ] Implement socket reporting with a browser view.
31+
- [X] `here()->count()` Implement here()->count() with grouping by filename.
3232

0 commit comments

Comments
 (0)