Skip to content

Commit

Permalink
fix: fix code display in release blog
Browse files Browse the repository at this point in the history
Fixes: #3976
  • Loading branch information
Trott committed Jul 14, 2021
1 parent e79fe28 commit da826ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/blog/release/v16.5.0.md
Expand Up @@ -18,7 +18,7 @@ Node.js now exposes an experimental implementation of the
While it is experimental, the API is not exposed on the global object and is only
accessible using the new `stream/web` core module:

```mjs
```js
import { ReadableStream, WritableStream } from 'stream/web';
// Or from 'node:stream/web'
```
Expand Down

0 comments on commit da826ba

Please sign in to comment.