Skip to content

Commit 8e6ee54

Browse files
fix(typo): add missing comma (#2)
Fixes error in README.md
1 parent 3010f07 commit 8e6ee54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ $request = Gotenberg::chromium($apiUrl)
367367
)
368368
->markdown(
369369
Stream::path('/path/to/file.html'),
370-
Stream::path('/path/to/my.md')
370+
Stream::path('/path/to/my.md'),
371371
Stream::path('/path/to/my2.md')
372372
);
373373
```

0 commit comments

Comments
 (0)