Quellcode durchsuchen

Axxord usage in README.

Herbert Vojčík vor 7 Jahren
Ursprung
Commit
effe5d0118
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -77,9 +77,9 @@ that are intended to be used (`smalltalk.Trapped._start_([blackboard]);` JavaScr
 in HTML page in the examples).
 in HTML page in the examples).
 1. From that point on, you should only modify or watch data of the blackboard
 1. From that point on, you should only modify or watch data of the blackboard
 using its API. For the example, try this is Counter example:
 using its API. For the example, try this is Counter example:
-`blackboard modify: #((value)) do: [ :old | console log: old. 2 * old ]`
+`blackboard axes: #((value)) transform: [ :old | console log: old. 2 * old ]`
 or this in the Todo example:
 or this in the Todo example:
-`blackboard modify: #((todos) 1 done) do: [ :state | state not ]`.
+`blackboard axes: #((todos) 1 done) transform: [ :state | state not ]`.
 
 
 4 `data-trap` attribute
 4 `data-trap` attribute
 ====
 ====