diff --git a/docs/README.adoc b/docs/README.adoc index f2c99463..89d5a5ac 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -110,7 +110,7 @@ This particular example uses `cloud-bukkit`, though most concepts transfer over ---- CommandManager manager = new BukkitCommandManager<>( /* Owning plugin */ this, - AsynchronousCommandExecutionCoordinator.newBuilder().build(), <1> + CommandExecutionCoordinator.simpleCoordinator(), <1> Function.identity(), <2> Function.identity(), <3> );