From dd08b342dd88c16d0e2747867a2754f590e2003c Mon Sep 17 00:00:00 2001 From: daspartho Date: Sat, 10 Sep 2022 02:12:41 +0530 Subject: [PATCH] doc typo fix --- docs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 304864b1daf9..fa9466b6d1aa 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -66,7 +66,7 @@ Clone the repository and install 🤗 Diffusers with the following commands: ```bash git clone https://github.com/huggingface/diffusers.git -cd transformers +cd diffusers pip install -e . ```