We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4684350 commit 50b78c3Copy full SHA for 50b78c3
README.md
@@ -52,7 +52,7 @@ and run it:
52
$ iex demo_live.exs
53
```
54
55
-<img width="1195" alt="image" src="demo.png">
+<img width="1195" alt="image" src="assets/demo.png">
56
57
58
See more examples below:
demo.png assets/demo.pngdemo.png renamed to assets/demo.png
mix.exs
@@ -52,6 +52,7 @@ defmodule PhoenixPlayground.MixProject do
"README.md",
"CHANGELOG.md"
],
+ assets: %{"assets" => "assets"},
skip_code_autolink_to: [
"PhoenixPlayground.start_link/1"
]
0 commit comments