[readme] add space before code blocks

This commit is contained in:
Pushpendra Pal
2022-11-14 04:54:20 +05:30
committed by Jordan Harband
parent 1fb7d76add
commit 0d747c6d96

View File

@@ -73,6 +73,8 @@ Other Style Guides
- `symbol`
- `bigint`
<br />
```javascript
const foo = 1;
let bar = foo;
@@ -91,6 +93,8 @@ Other Style Guides
- `array`
- `function`
<br />
```javascript
const foo = [1, 2];
const bar = foo;