aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--incuri.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/incuri.js b/incuri.js
index 0253851..ef480aa 100644
--- a/incuri.js
+++ b/incuri.js
@@ -8,11 +8,11 @@
* ==/VimperatorPlugin==
*
* COMMANDS:
- * :decdomain -> Increment the number in the domain name
- * :decfragment -> Increment the number in the fragment ID
- * :decpath -> Increment the number in the path name
- * :decport -> Increment the number in the port number
- * :decquery -> Increment the number in the query string
+ * :decdomain -> Decrement the number in the domain name
+ * :decfragment -> Decrement the number in the fragment ID
+ * :decpath -> Decrement the number in the path name
+ * :decport -> Decrement the number in the port number
+ * :decquery -> Decrement the number in the query string
* :decuri -> Decrement the number in the URI
* :incdomain -> Increment the number in the domain name
* :incfragment -> Increment the number in the fragment ID