Skip to content

Commit 8fb4cc0

Browse files
authored
Fix header casing in README.md
Updated section headers for consistency and corrected casing.
1 parent 9cd8601 commit 8fb4cc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ using Gotenberg.Sharp.API.Client.Domain.Builders.Faceted;
156156
using Gotenberg.Sharp.API.Client.Domain.Requests.Facets; // For Cookie, etc.
157157
```
158158

159-
### Html To Pdf
159+
### HTML To PDF
160160
*With embedded assets:*
161161

162162
```csharp
@@ -181,8 +181,8 @@ using Gotenberg.Sharp.API.Client.Domain.Requests.Facets; // For Cookie, etc.
181181
}
182182
```
183183

184-
### Url To Pdf
185-
*Url to Pdf with custom page range, header & footer:*
184+
### URL To PDF
185+
*URL to PDF with custom page range, header & footer:*
186186

187187
```csharp
188188
public async Task<Stream> CreateFromUrl(string headerPath, string footerPath)
@@ -222,8 +222,8 @@ public async Task<Stream> DoOfficeMerge(string sourceDirectory)
222222
return await _sharpClient.MergeOfficeDocsAsync(request);
223223
}
224224
```
225-
### Markdown to Pdf
226-
*Markdown to Pdf conversion with embedded assets:*
225+
### Markdown to PDF
226+
*Markdown to PDF conversion with embedded assets:*
227227

228228
```csharp
229229
public async Task<Stream> CreateFromMarkdown()

0 commit comments

Comments
 (0)