aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a73c4af..1411b2a 100644
--- a/README.md
+++ b/README.md
@@ -1226,7 +1226,7 @@ new FileChooserDialog.Builder(this)
The Activity you show the dialog in must implement `FileCallback`:
```java
-public class MyActivity implements FolderChooserDialog.FileCallback {
+public class MyActivity implements FileChooserDialog.FileCallback {
// ...