diff options
-rw-r--r-- | Readme.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |