Skip to content

Commit da54484

Browse files
authored
Update README.md
1 parent f215dc7 commit da54484

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Supported PHP versions: 7.1 ... 8.x](https://img.shields.io/badge/php-7.1%20...%208.x-blue.svg) [![Build Status](https://travis-ci.com/arnaud-lb/php-memory-profiler.svg?branch=v2)](https://travis-ci.com/arnaud-lb/php-memory-profiler)
44

5-
php-memprof is a fast and accurate memory profiling extension for PHP that can be used to detect memory leaks.
5+
php-memprof is a fast and accurate memory profiling extension for PHP that can be used to find the cause of memory leaks.
66

77
## Features
88

@@ -24,13 +24,13 @@ installed with:
2424

2525
### Using PECL
2626

27-
Make sure to install dependencies, and then:
27+
Make sure to install [dependencies](#dependencies), and then:
2828

2929
pecl install memprof
3030

3131
### Manually
3232

33-
Make sure to install dependencies, and then:
33+
Make sure to install [dependencies](#dependencies), and then:
3434

3535
Download the source and run the following commands in the source directory:
3636

@@ -71,7 +71,7 @@ one it its variants to dump the memory profile.
7171
This can be done at anytime during the program, ideally when the leak is large,
7272
so that it will be more visible in the profile.
7373

74-
This can be done multiple times during the same execution, if necessary.
74+
This can be done multiple times during the same execution, but this is not necessary.
7575

7676
### 3. Visualizing the profile
7777

0 commit comments

Comments
 (0)