Skip to content

Commit e8e5797

Browse files
fix formating of Stdlib::Port examples in README.md
1 parent d5f3fe2 commit e8e5797

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ Unacceptable input example:
463463
%.example.com
464464
465465
bob@example.com
466+
```
466467

467468
#### `Stdlib::Port`
468469

@@ -482,14 +483,15 @@ Acceptable input examples:
482483

483484
Unacceptable input example:
484485

486+
```shell
485487
-1
486488
487489
65536
488490
489491
'443'
490492
491493
'https'
492-
````
494+
```
493495

494496
#### `Stdlib::Port::Privileged
495497

@@ -533,6 +535,7 @@ Acceptable input examples:
533535
```
534536

535537
Unacceptable input example:
538+
536539
```shell
537540
-1
538541

0 commit comments

Comments
 (0)