From 2a6adf55cb1382bd2aa5d99a69ab2fa513573083 Mon Sep 17 00:00:00 2001 From: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:28:14 +0900 Subject: [PATCH] fix a typo (#201) Signed-off-by: ktro2828 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a350f..cf9fafa 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Please refer to [installation.md](docs/en/installation.md) for installation. uninstall('mmcv-full') # uninstall mmcls - uninstall('mmcls) + uninstall('mmcls') ```