Browse Source

Fix README.

Herbert Vojčík 6 years ago
parent
commit
e0b8e7427c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -191,7 +191,7 @@ Another example: `(signal increment) whenClicked` from counter example
 describes two-element processing chain, with first element created
 by `TrappedProcessor signal: 'increment'` and the second one
 by `TrappedProcessor whenClicked`. All mentioned methods
-(`contents`, `signal:` and `increment` are factory methods that
+(`contents`, `signal:` and `whenClicked` are factory methods that
 create instance of appropriate processor class,
 subclass of `TrappedProcessor`).