updated naming convention
[fleet.git] / contrib / demo.fleet
index bd4377e..6c0e50b 100644 (file)
@@ -1,13 +1,13 @@
 #include "contrib/demo.ships"
 
-BOB:          sendto icache.cbd;
-icache.cbd:   [*] take, deliver;
+BOB:          sendto iscratch.cbd;
+iscratch.cbd:   [*] take, deliver;
 debug.data:   [*] take, deliver;
 
 BOB: {
   12:           sendto debug.data;
   13:           sendto debug.data;
   14:           sendto debug.data;
-  BOB:          sendto icache.cbd;
+  BOB:          sendto iscratch.cbd;
 }