Skip to content

Commit

Permalink
Standardise to sh instead of shell
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jul 11, 2022
1 parent 0ef75d3 commit 9bc7548
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui

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

```shell
```sh
npm install @astrojs/deno
```

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

You can also run the script directly using deno:

```shell
```sh
deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs
```

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ After [performing a build](https://docs.astro.build/en/guides/deploy/#building-y

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

```shell
```sh
netlify deploy --build
```

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui

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

```shell
```sh
npm install @astrojs/node
```

Expand Down

0 comments on commit 9bc7548

Please sign in to comment.