Index: README.md |
diff --git a/README.md b/README.md |
index 345956236ae16c0e3d6c24197822c9a89ab15784..c8c133fe8874e9cf7073a3358066ee7214335030 100644 |
--- a/README.md |
+++ b/README.md |
@@ -149,7 +149,7 @@ Create `AdblockEngine` instance with factory methods and `AdblockSettingsStorage |
You can use `SharedPrefsStorage` implementation to store settings in `SharedPreferences`. |
Or you can use AdblockHelper: |
- AdblockHelper.get().init(this, true, AdblockHelper.PREFERENCE_NAME); |
+ AdblockHelper.get().init(this, getFilesDir().getAbsolutePath(), true, AdblockHelper.PREFERENCE_NAME); |
Implement the following interfaces in your settings activity: |