From 4469cfd1a11730b6c52e1cfd4bdd07defe9c46a1 Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Sat, 7 May 2022 17:51:50 -0400 Subject: [PATCH] Fix typo --- README-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-intro.md b/README-intro.md index df3fa09..37d9170 100644 --- a/README-intro.md +++ b/README-intro.md @@ -26,7 +26,7 @@ tldr; After adding your theme run the python script for generating theme preview `python3 ./scripts/gen_theme_previews.py standard` -for a newly added theme that's in the standard folder / directory. If you get the error that yaml is missing make sure you `pip install PyYAML` +For a newly added theme that's in the standard folder / directory. If you get the error that yaml is missing make sure you `pip install PyYAML` There are more [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).