diff options
author | 2021-07-15 15:39:37 -0400 | |
---|---|---|
committer | 2021-07-15 15:39:37 -0400 | |
commit | 7977b9639e3a50e8ea9ebf714e494f94cbc95d6d (patch) | |
tree | 53d5c690484f916a0e1a7baf20de39d5f51e0118 /docs/src | |
parent | d7a8a8c4e2812a6d8c8c2033befdcbc568b6e99b (diff) | |
download | astro-7977b9639e3a50e8ea9ebf714e494f94cbc95d6d.tar.gz astro-7977b9639e3a50e8ea9ebf714e494f94cbc95d6d.tar.zst astro-7977b9639e3a50e8ea9ebf714e494f94cbc95d6d.zip |
fix installation top paragraph
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md index ae7e5bcea..49077312b 100644 --- a/docs/src/pages/installation.md +++ b/docs/src/pages/installation.md @@ -3,7 +3,7 @@ layout: ~/layouts/Main.astro title: Installation --- -There are a few different ways to install +There are a few different ways to install Astro in a new project. ## Prerequisites |