Skip to content

Commit 2ee76e1

Browse files
committed
line
1 parent 5c4e2f3 commit 2ee76e1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [Examples](#examples)
88
- [print](#print)
99
- [arrays](#arrays)
10-
- [uint8 array](#uint8-array)
10+
- [uint8 arrays](#uint8-arrays)
1111
- [classes](#classes)
1212
- [constructors](#classes)
1313
- [instantiation](#classes)
@@ -19,6 +19,7 @@
1919
## Examples
2020

2121
### Print
22+
---
2223

2324
#### Node.js
2425

@@ -59,6 +60,7 @@ hello 5 worlds
5960
```
6061

6162
### arrays
63+
---
6264

6365
#### Node.js
6466

@@ -110,7 +112,8 @@ Output
110112

111113
```
112114

113-
### uint8 array
115+
### uint8 arrays
116+
---
114117

115118
#### Node.js
116119

@@ -179,6 +182,7 @@ Output
179182
```
180183

181184
### Classes
185+
---
182186

183187
Examples of classes, constructors, instantiation, and "this" keyword
184188

@@ -261,6 +265,7 @@ qux
261265
```
262266

263267
### exec (sync)
268+
---
264269

265270
#### Node.js
266271

@@ -305,6 +310,7 @@ hello world
305310
```
306311

307312
### exec (async)
313+
---
308314

309315
#### Node.js
310316

0 commit comments

Comments
 (0)