From ace6ea8f0b30635747432a9948eebe7db267bcd6 Mon Sep 17 00:00:00 2001 From: David Lai Date: Tue, 20 Apr 2021 20:05:11 +0800 Subject: [PATCH] Update README.rst Fixed in 1.4.0, thanks to #43 --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 3bc87ec..1819704 100644 --- a/README.rst +++ b/README.rst @@ -33,8 +33,6 @@ Notes * The shell name is always lowercased. * On Windows, the shell name is the name of the executable, minus the file extension. -* Currently the command only contains the executable name on Windows, even if - the command is invoked by the full path. This may change in the future. Notes for Application Developers