summaryrefslogtreecommitdiff
path: root/run.p6
diff options
context:
space:
mode:
Diffstat (limited to 'run.p6')
-rw-r--r--run.p64
1 files changed, 2 insertions, 2 deletions
diff --git a/run.p6 b/run.p6
index a041423..d5967b4 100644
--- a/run.p6
+++ b/run.p6
@@ -7,7 +7,7 @@ my $wc = WebCoso.new(
);
-$wc.new-doc(dir => $_) for «one one/two three/four»;
-$wc.new-feed(dir => $_) for «tags/one tags/two»;
+$wc.new-page($_) for «one one/two three/four»;
+$wc.new-feed($_) for «tags/one tags/two»;
$wc.run;