From 8c1c2dcf749bae10bcd44d86eb961c2c268d66f8 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Thu, 17 Jan 2013 19:40:07 +0100 Subject: [PATCH] Fixed syntax in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e7f127..33ec396 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ E.g: You open the immediate frame with **/kt i** and then set the threshold to 1 If you have some addon tracking procs or similar you could call this from Lua with something like: - KillTrack.Immediate:Show() - KillTrack:SetImmediateThreshold(someThreshold) + KillTrack.Immediate:Show() + KillTrack:SetImmediateThreshold(someThreshold) To automatically start tracking. -- 1.7.9.5