From 93b2e9ab4d6090b767b62a09dfbfff39024f7c42 Mon Sep 17 00:00:00 2001 From: Greg Jurman Date: Sun, 10 Aug 2014 23:08:35 -0400 Subject: [PATCH] Update README.md Meant to say relative not world --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8333344..3643420 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ vim-nc G-Code highlighting for VIM. Differently colors things like T, M, and G codes as well as X, Y, and Z axis movements (including incremental(I, J, K) and -world(U, V, W)). +relative(U, V, W)). Originally created by Gary Fixler.