]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
README: minor wording tweak. master
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Nov 2022 19:01:49 +0000 (14:01 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Nov 2022 19:01:49 +0000 (14:01 -0500)
README

diff --git a/README b/README
index b39a1b929fa9a4d4e1f6e9d7017e753407b3a358..c184bce584ba3c4686f47f91db0ba6199036f39b 100644 (file)
--- a/README
+++ b/README
@@ -28,8 +28,8 @@ And tell Emacs to use it automatically when editing *.cfg files,
     (append (list '("\\.cfg$" . nagios-mode))
       auto-mode-alist))
 
-which works great so long as you don't work with any other *.cfg files
-that have a different syntax.
+which works great so long as you don't edit any other *.cfg files that
+have a different syntax.
 
 
 == How it works ==