Skip to content

Commit 36c67c3

Browse files
committed
Update README.md
1 parent 96bc5aa commit 36c67c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3486,7 +3486,6 @@ runtime: nodejs10
34863486

34873487
The runtime environment is literally just the environment your application is running in. This can be used to describe both the hardware and the software that is running your application. How much RAM, what version of node, what operating system, how much CPU cores, can all be referenced when talking about a runtime environment.
34883488

3489-
34903489
<div align="right">
34913490
<b><a href="#table-of-contents">↥ back to top</a></b>
34923491
</div>
@@ -3520,7 +3519,7 @@ The assert module provides a way of testing expressions. If the expression evalu
35203519

35213520
This module was built to be used internally by Node.js.
35223521

3523-
```
3522+
```js
35243523
// Sample usage
35253524

35263525
const assert = require('assert');

0 commit comments

Comments
 (0)