diff --git a/docs/release-notes.md b/docs/release-notes.md
index c460e6fc1d2ab778944fcb783a4f7a196e582cd0..c38b92120ac75c673b030818d6ba6c87938ef49c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -8,11 +8,10 @@ To upgrade Material to the latest version, use pip:
 pip install --upgrade mkdocs-material
 ```
 
-To determine the currently installed version, use the following command:
+To inspect the currently installed version, use the following command:
 
 ``` sh
-pip show mkdocs-material | grep -E ^Version
-# Version 2.6.0
+pip show mkdocs-material
 ```
 
 ### Material 1.x to 2.x