Skip to content

Commit 5c10388

Browse files
committed
readme: fix Github markdown rendering
1 parent cb6747b commit 5c10388

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,16 +1056,18 @@ You can find more examples in the `examples` directory of this repository.
10561056

10571057
* **comments** - _string_ - Any text that comes after the software name/version.
10581058

1059-
Example: the identification string `SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2` would be parsed as:
1059+
Example: the identification string `SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2` would be parsed as:
10601060

1061-
```js
1062-
{ identRaw: 'SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2',
1061+
```js
1062+
{
1063+
identRaw: 'SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2',
10631064
version: {
10641065
protocol: '2.0',
10651066
software: 'OpenSSH_6.6.1p1'
10661067
},
1067-
comments: 'Ubuntu-2ubuntu2' }
1068-
```
1068+
comments: 'Ubuntu-2ubuntu2'
1069+
}
1070+
```
10691071

10701072
* **ip** - _string_ - The `remoteAddress` of the connection.
10711073

0 commit comments

Comments
 (0)