Skip to content

Commit

Permalink
Merge pull request #5 from hsndmr/Update-image-syntax-in-README
Browse files Browse the repository at this point in the history
Update image syntax in readme
  • Loading branch information
hsndmr authored Jul 7, 2024
2 parents b433f3d + 3a2ffb4 commit 1013cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mailgen/Mailgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<PackageId>Mailgen</PackageId>
<Nullable>enable</Nullable>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Author>demirjs</Author>
<Product>Mailgen</Product>
<IsPackable>true</IsPackable>
Expand Down
3 changes: 1 addition & 2 deletions Mailgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ by <a href="https://github.com/eladnava/mailgen">https://github.com/eladnava/mai
## Demo

![Reset](https://raw.github.com/hsndmr/mailgen/main/screenshots/default/reset.png)
![Receipt](https://raw.github.com/hsndmr/mailgen/main/screenshots/default/receipt.png)
> These e-mails were generated using the built-in `default` theme.
## Usage
Expand Down Expand Up @@ -112,7 +111,7 @@ Console.WriteLine(html);

This code would output the following HTML template:

<img src="https://raw.github.com/hsndmr/mailgen/main/screenshots/default/receipt.png" />
![Receipt](https://raw.github.com/hsndmr/mailgen/main/screenshots/default/receipt.png)

## Example

Expand Down

0 comments on commit 1013cd3

Please sign in to comment.