Skip to content

Commit b931461

Browse files
committed
fix: Adds a line break to a long horizontal command line.
1 parent 95f5da5 commit b931461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ One of the standout features of this tool is the ability to generate class diagr
2424
To enable this feature, generate the diagrams in SVG format and use the `--svg-topurl` option to specify the base URL for the links:
2525

2626
```shell
27-
$ vendor/bin/php-class-diagram --svg-topurl='https://github.com/your-username/your-repo/blob/main/path/to/source' path/to/php/files
27+
$ vendor/bin/php-class-diagram \
28+
--svg-topurl='https://github.com/your-username/your-repo/blob/main/path/to/source' \
29+
path/to/php/files
2830
```
2931

3032
To embed the SVG diagrams in HTML while preserving the clickable links, use the `embed` or `object` tags instead of `img`. Here’s an example:

0 commit comments

Comments
 (0)