From 5552a78c1426a1b85ce51bcf19a7cf8d9c59ee76 Mon Sep 17 00:00:00 2001 From: fabio fumarola Date: Fri, 11 Jun 2021 13:42:27 +0200 Subject: [PATCH] Update installation.md (#398) typo --- docs/source/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index 5c7a9ccd4a..9980dc4c55 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -8,7 +8,7 @@ Flash is tested on Python 3.6+, and PyTorch 1.6. pip install lightning-flash ``` -Optionally, you can install Flash with extra pacakges for each domain or all domains. +Optionally, you can install Flash with extra packages for each domain or all domains. ```bash pip install 'lightning-flash[image]' pip install 'lightning-flash[image_style_transfer]'