Skip to content

Commit 50b78c3

Browse files
committed
Show demo.png in ExDoc docs
1 parent 4684350 commit 50b78c3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and run it:
5252
$ iex demo_live.exs
5353
```
5454

55-
<img width="1195" alt="image" src="demo.png">
55+
<img width="1195" alt="image" src="assets/demo.png">
5656

5757

5858
See more examples below:
File renamed without changes.

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ defmodule PhoenixPlayground.MixProject do
5252
"README.md",
5353
"CHANGELOG.md"
5454
],
55+
assets: %{"assets" => "assets"},
5556
skip_code_autolink_to: [
5657
"PhoenixPlayground.start_link/1"
5758
]

0 commit comments

Comments
 (0)