From 09f3b0b88269367f62ae298f91806b20125ce676 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 29 Sep 2021 15:25:48 +1300 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1537d5c..11fa46f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This module also provides a `Controller` subclass which displays the state of the job if needed. Setup a route to point to the `QueuedJobProgressController` ``` -Director: +SilverStripe\Control\Director: rules: 'upload//$Action/$ID': 'FullscreenInteractive\QueuedJobProgressField\QueuedJobProgressController' ```