From 25860b3bbf36a3c657b290384e7f7cd86ba0e1df Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Sun, 11 Feb 2018 18:18:52 +0100
Subject: [PATCH] Adjusted upgrade notes for Windows compatibility

---
 docs/release-notes.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/release-notes.md b/docs/release-notes.md
index c460e6fc..c38b9212 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
-- 
GitLab