Skip to content

Commit 9bc7548

Browse files
committed
Standardise to sh instead of shell
1 parent 0ef75d3 commit 9bc7548

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/integrations/deno/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
2323

2424
First, install the `@astrojs/deno` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
2525

26-
```shell
26+
```sh
2727
npm install @astrojs/deno
2828
```
2929

@@ -53,7 +53,7 @@ See the `start` option below for how you can have more control over starting the
5353

5454
You can also run the script directly using deno:
5555

56-
```shell
56+
```sh
5757
deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs
5858
```
5959

packages/integrations/netlify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After [performing a build](https://docs.astro.build/en/guides/deploy/#building-y
6262

6363
Now you can deploy. Install the [Netlify CLI](https://docs.netlify.com/cli/get-started/) and run:
6464

65-
```shell
65+
```sh
6666
netlify deploy --build
6767
```
6868

packages/integrations/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui
2323

2424
First, install the `@astrojs/node` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
2525

26-
```shell
26+
```sh
2727
npm install @astrojs/node
2828
```
2929

0 commit comments

Comments
 (0)