docs: specify lang for a codeblock (#4314)

Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
Yash 2022-08-15 13:04:45 +05:30 committed by GitHub
parent faa49db39b
commit 63758ae35f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ Because this command is new, it might not properly set things up. If that happen
First, install the `@astrojs/preact` package using your package manager. If you're using npm or aren't sure, run this in the terminal: First, install the `@astrojs/preact` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
``` ```sh
npm install @astrojs/preact npm install @astrojs/preact
``` ```

View file

@ -39,7 +39,7 @@ If you run into any hiccups, [feel free to log an issue on our GitHub](https://g
First, install the `@astrojs/turbolinks` integration like so: First, install the `@astrojs/turbolinks` integration like so:
``` ```sh
npm install @astrojs/turbolinks npm install @astrojs/turbolinks
``` ```

View file

@ -2,7 +2,7 @@
**WebAPI** lets you use Web APIs in Node v12, v14, and v16. **WebAPI** lets you use Web APIs in Node v12, v14, and v16.
```shell ```sh
npm install @astrojs/webapi npm install @astrojs/webapi
``` ```