diff options
author | Nat Lasseter <nat.lasseter@york.ac.uk> | 2020-04-22 17:03:07 +0100 |
---|---|---|
committer | Nat Lasseter <nat.lasseter@york.ac.uk> | 2020-04-22 17:03:07 +0100 |
commit | b63e4198b0fb2725cb865caf517d59f995108aba (patch) | |
tree | 09a066fb4e8a0348e743faf4b4cc7d2aa2e0430d | |
parent | a23831815bfb93c7f14b1643f12026e173fb5b0c (diff) |
Readme typo
-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 |