Skip to content

Commit 9975b4f

Browse files
committed
A few more.
1 parent 8fb4cc0 commit 9975b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public async Task<Stream> CreatePdfWithMetadata()
288288
{ "Author", "John Doe" },
289289
{ "Title", "My Document" },
290290
{ "Subject", "Important Report" },
291-
{ "Keywords", "report, pdf, gotenberg" }
291+
{ "Keywords", "report, PDF, gotenberg" }
292292
});
293293
})
294294
.WithPageProperties(pp => pp.UseChromeDefaults());
@@ -366,8 +366,8 @@ public async Task<Stream> CreateSinglePagePdf()
366366
}
367367

368368
```
369-
### Merge 15 Urls to one pdf
370-
*Builds a 30 page pdf by merging the front two pages of 15 news sites. Takes about a minute to complete*
369+
### Merge 15 URLs to one PDF
370+
*Builds a 30 page PDF by merging the front two pages of 15 news sites. Takes about a minute to complete*
371371

372372
```csharp
373373
public async Task<Stream> CreateWorldNewsSummary()

0 commit comments

Comments
 (0)