From b63e4198b0fb2725cb865caf517d59f995108aba Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 22 Apr 2020 17:03:07 +0100 Subject: Readme typo --- Readme.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.textile b/Readme.textile index 7d993d5..e5b44c7 100644 --- a/Readme.textile +++ b/Readme.textile @@ -9,7 +9,7 @@ Raiders go out, raid things, and return to the longboat with metrics for the col Longboat will pick up all raiders in the lib/raiders directory. Each raider consists of: * a file with a snake_case name, such as @my_raider.rb@ -* containing a single class with a CamelCase name matching the file name, such as @MyJob@ +* containing a single class with a CamelCase name matching the file name, such as @MyRaider@ * with two methods: ** @initialize@, which takes two arguments of: *** the collector to @report!@ the metrics to, and -- cgit v1.2.1