Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e45289

Browse files
committed
Merge pull request elixir-lang#661 from hugobarauna/master
Set width of the kv-observer image to fit better in the desktop
2 parents 21e86fc + 491e812 commit 7e45289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/supervisor-and-application.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ A GUI should pop-up containing all sorts of information about our system, from g
374374

375375
In the Applications tab, you will see all applications currently running in your system along side their supervision tree. You can select the `kv` application to explore it further:
376376

377-
![Accessing the kv application in Observer](/images/contents/kv-observer.png)
377+
<img src="/images/contents/kv-observer.png" width="640px">
378378

379379
Not only that, as you create new buckets on the terminal, you should see new processes spawned in the supervision tree shown in Observer:
380380

0 commit comments

Comments
 (0)