From 03789e46bacd1c0f63fa7dfb26a0bebba33987e2 Mon Sep 17 00:00:00 2001 From: Nathan Raw Date: Wed, 14 Dec 2022 21:34:08 -0500 Subject: [PATCH] Update hfdocs/README.md --- hfdocs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hfdocs/README.md b/hfdocs/README.md index f8819c49..a0178812 100644 --- a/hfdocs/README.md +++ b/hfdocs/README.md @@ -10,5 +10,5 @@ pip install watchdog black ## Preview the Docs Locally ``` -doc-builder preview pytorch-image-models hfdocs/source --not_python_module +doc-builder preview timm hfdocs/source ```