From bbeae776fe9efc546c4cbf3b18bd0eb11057a5b3 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 26 Jan 2021 17:09:14 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ffdf71..021d58f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For example: ```sh # Install the most recent xdebug 2.x version (for example 2.9.8) install-php-extensions xdebug-^2 -# Install the most recent xdebug 2.x version (for example 2.8.1) +# Install the most recent xdebug 2.8.x version (for example 2.8.1) install-php-extensions xdebug-^2.8 ```