From 231ffc73cb812f40b8d9ee0767c479aa0d62f23f Mon Sep 17 00:00:00 2001 From: Hugo <8493427+hu-po@users.noreply.github.com> Date: Sat, 28 Jan 2023 00:20:53 -0600 Subject: [PATCH] Fix a typo in README.md (#197) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d57e3c0..51a350f 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Please refer to [installation.md](docs/en/installation.md) for installation. from mim import download download('mmcls', ['resnet18_8xb16_cifar10']) - download('mmcls', ['resnet18_8xb16_cifar10'], dest_dir='.') + download('mmcls', ['resnet18_8xb16_cifar10'], dest_root='.') ```