Skip to content

Commit

Permalink
Update dagger.md
Browse files Browse the repository at this point in the history
  • Loading branch information
langsmith committed Sep 4, 2023
1 parent a5373d5 commit 5981ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dagger.md
Expand Up @@ -2,7 +2,7 @@

`MavericksViewModelFactory` can be combined with Dagger's [assisted injection](https://dagger.dev/dev-guide/assisted-injection) to provide seamless integration with Dagger.

For more information and working example, check out our [hellodagger](https://github.com/airbnb/MvRx/tree/main/hellodagger) example on GitHub.
For more information and working example, check out our [sample-dagger](https://github.com/airbnb/mavericks/tree/main/sample-dagger) example on GitHub.

```kotlin
class HelloDaggerViewModel @AssistedInject constructor(
Expand Down

0 comments on commit 5981ac6

Please sign in to comment.