Skip to content

Commit

Permalink
I can typo with the best of them
Browse files Browse the repository at this point in the history
  • Loading branch information
kmwallio committed Mar 19, 2016
1 parent 1c85c00 commit 2bf34b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,11 +50,11 @@ $robotOverlord.add($stab, "stab john", "john");
$robotOverlord.add($stab, "stuart deserves to be stabbed", "stuart");

# Perform some training and learning
$robotOverlord.meditate();
$robotOverlord.learn();

# Provide some input
$robotOverlord.hears("stab carlos"); # Expected output: "stabbed carlos"
$robotOverload.hears("what is the time"); # Expected output: the time
$robotOverlord.hears("what is the time"); # Expected output: the time
```

## Chain Labelling
Expand Down

0 comments on commit 2bf34b6

Please sign in to comment.