diff options
author | 2021-09-06 08:25:23 +0000 | |
---|---|---|
committer | 2021-09-06 08:25:23 +0000 | |
commit | b4d1c9bc64f14971339a691f5d860e5a952f6e8b (patch) | |
tree | 2a5a1107e9df1bba1442eda3f0c42298273493fc /docs/src/pages/quick-start.md | |
parent | 6185f9f7b15908b48f9ae2e1d532634f5b59c9f9 (diff) | |
download | astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.tar.gz astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.tar.zst astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.zip |
[ci] yarn format
Diffstat (limited to 'docs/src/pages/quick-start.md')
-rw-r--r-- | docs/src/pages/quick-start.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md index 6998826fe..71b0625ad 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -27,7 +27,6 @@ To learn more about installing and using Astro for the first time, please [read If you prefer to learn by example, check out our [complete library of examples](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. You can check out any of these examples locally by running `npm init astro -- --template "EXAMPLE_NAME"`. - ## Start your project From inside your project directory, enter the following command into your terminal: |