mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: update code language flag for internal doc
Use `bash` instead of `shell` for code language flag in doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs and upcoming lint requirements. PR-URL: https://github.com/nodejs/node/pull/33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ updated together.
|
||||
## Updating ngtcp2
|
||||
|
||||
Update ngtcp2:
|
||||
```shell
|
||||
```bash
|
||||
git clone https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -i
|
||||
@@ -29,7 +29,7 @@ Check that Node.js still builds and tests.
|
||||
## Updating nghttp3
|
||||
|
||||
Update nghttp3:
|
||||
```shell
|
||||
```bash
|
||||
git clone https://github.com/ngtcp2/nghttp3
|
||||
cd nghttp3
|
||||
autoreconf -i
|
||||
|
||||
Reference in New Issue
Block a user