Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben authored Sep 27, 2024
1 parent d97f92c commit a2a9a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public async Task<Stream> CreateFromMarkdown()
dims.UseChromeDefaults().LandScape().SetScale(.90);
}).WithAsyncAssets(async
a => a.AddItems(await GetMarkdownAssets())
));
);

var request = await builder.BuildAsync();
return await _sharpClient.HtmlToPdfAsync(request);
Expand Down

0 comments on commit a2a9a8c

Please # to comment.