Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 480f758

Browse files
committed
README tweaks
1 parent 0fd2920 commit 480f758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ interface ChildComponent
347347
getScope(PARENT_SCOPE).exit()
348348
```
349349

350-
<img src="https://github.com/afollestad/ulfberht/blob/master/art/destruction_diagram.png?raw=true" />
350+
*Parent components will destroy all of their children (components and their modules) as well.*
351351

352-
**Parent components will destroy all of their children (components and their modules) as well.**
352+
<img src="https://github.com/afollestad/ulfberht/blob/master/art/destruction_diagram.png?raw=true" />
353353

354354
---
355355

@@ -378,11 +378,11 @@ class MyActivity : AppCompatActivity() {
378378
}
379379
```
380380

381-
<img src="https://github.com/afollestad/ulfberht/blob/master/art/inject_diagram.png?raw=true" />
382-
383381
This code assumes that one of the modules going up the graph from `Component5` can supply
384382
`NeededClass` with a `@Binds` or `@Provides` method.
385383

384+
<img src="https://github.com/afollestad/ulfberht/blob/master/art/inject_diagram.png?raw=true" />
385+
386386
---
387387

388388
# Qualifiers

0 commit comments

Comments
 (0)