From 5b27d4daefe904c7e183a22170ee47c0ae3c0ba8 Mon Sep 17 00:00:00 2001 From: Tilman Roeder Date: Sun, 26 Dec 2021 23:11:42 +0000 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 662ddc7..718a81e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ const destroy = new Command("Destroy a given resource.") description: "Confirm this action.", }); -// `Command`s can be collected into `CommandGroup`s. const manage = new CommandGroup("Manage imaginary resources.") .subcommand("create", create) .subcommand("destroy", destroy);