From df3ef4531e1f9c215f997c50fd06251b70a49883 Mon Sep 17 00:00:00 2001 From: Omico Date: Sat, 13 Feb 2021 05:58:43 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 897dbb4..f66d91c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ dependencies {
Kotlin -You can follow the [FirstFragment.kt](sample\src\main\java\me\omico\binder\actionbar\sampleFirstFragment.kt) just simplify add `bindToolbar(Toolbar)` method, and then we are all done. It will automatically unbind our Toolbar when the fragment is destroyed. +You can follow the [FirstFragment.kt](sample/src/main/java/me/omico/binder/actionbar/sample/FirstFragment.kt) just simplify add `bindToolbar(Toolbar)` method, and then we are all done. It will automatically unbind our Toolbar when the fragment is destroyed.